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