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