Struct ExAddLines
pub struct ExAddLines<'a> { /* private fields */ }
Expand description
Default-param extender for EditorNode3DGizmo::add_lines_ex
.
Implementations§
§impl<'a> ExAddLines<'a>
impl<'a> ExAddLines<'a>
pub fn billboard(self, value: bool) -> ExAddLines<'a>
pub fn modulate(self, value: Color) -> ExAddLines<'a>
pub fn done(self)
Auto Trait Implementations§
impl<'a> Freeze for ExAddLines<'a>
impl<'a> RefUnwindSafe for ExAddLines<'a>
impl<'a> !Send for ExAddLines<'a>
impl<'a> !Sync for ExAddLines<'a>
impl<'a> Unpin for ExAddLines<'a>
impl<'a> !UnwindSafe for ExAddLines<'a>
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