pub struct GfxLineCommand { /* private fields */ }Expand description
The GFX_LINE command.
Implementations§
Trait Implementations§
Source§impl Callable for GfxLineCommand
impl Callable for GfxLineCommand
Auto Trait Implementations§
impl Freeze for GfxLineCommand
impl !RefUnwindSafe for GfxLineCommand
impl !Send for GfxLineCommand
impl !Sync for GfxLineCommand
impl Unpin for GfxLineCommand
impl UnsafeUnpin for GfxLineCommand
impl !UnwindSafe for GfxLineCommand
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