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