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