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