pub struct IopcrstR { /* private fields */ }
Expand description
Value of the field IOPCRST
Implementations§
Auto Trait Implementations§
impl Freeze for IopcrstR
impl RefUnwindSafe for IopcrstR
impl Send for IopcrstR
impl Sync for IopcrstR
impl Unpin for IopcrstR
impl UnwindSafe for IopcrstR
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