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