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