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