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