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