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