Struct ExAddLines
pub struct ExAddLines<'ex> { /* private fields */ }Expand description
Default-param extender for EditorNode3DGizmo::add_lines_ex.
Implementations§
§impl<'ex> ExAddLines<'ex>
impl<'ex> ExAddLines<'ex>
pub fn billboard(self, billboard: bool) -> ExAddLines<'ex>
pub fn modulate(self, modulate: Color) -> ExAddLines<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExAddLines<'ex>
impl<'ex> RefUnwindSafe for ExAddLines<'ex>
impl<'ex> !Send for ExAddLines<'ex>
impl<'ex> !Sync for ExAddLines<'ex>
impl<'ex> Unpin for ExAddLines<'ex>
impl<'ex> !UnwindSafe for ExAddLines<'ex>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more