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