pub struct _NMDeviceHsrClass { /* private fields */ }Auto Trait Implementations§
impl Freeze for _NMDeviceHsrClass
impl RefUnwindSafe for _NMDeviceHsrClass
impl !Send for _NMDeviceHsrClass
impl !Sync for _NMDeviceHsrClass
impl !Unpin for _NMDeviceHsrClass
impl UnwindSafe for _NMDeviceHsrClass
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