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