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