pub struct Clrstat { /* private fields */ }Expand description
Clear Status Register Groups
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Clrstat
impl RefUnwindSafe for Clrstat
impl Send for Clrstat
impl Sync for Clrstat
impl Unpin for Clrstat
impl UnsafeUnpin for Clrstat
impl UnwindSafe for Clrstat
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