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