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