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