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