#[repr(C)]pub struct SyncRegs;Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncRegs
impl RefUnwindSafe for SyncRegs
impl Send for SyncRegs
impl Sync for SyncRegs
impl Unpin for SyncRegs
impl UnwindSafe for SyncRegs
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