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