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