pub struct CSGCMR { /* private fields */ }
Expand description
context swap register
Implementations§
Auto Trait Implementations§
impl !Freeze for CSGCMR
impl !RefUnwindSafe for CSGCMR
impl Send for CSGCMR
impl !Sync for CSGCMR
impl Unpin for CSGCMR
impl UnwindSafe for CSGCMR
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