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