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