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