#[repr(C)]pub struct AstalNetworkWired {
pub parent_instance: GObject,
pub priv_: *mut AstalNetworkWiredPrivate,
pub connection: *mut NMActiveConnection,
}Fields§
§parent_instance: GObject§priv_: *mut AstalNetworkWiredPrivate§connection: *mut NMActiveConnectionTrait Implementations§
Source§impl Clone for AstalNetworkWired
impl Clone for AstalNetworkWired
Source§fn clone(&self) -> AstalNetworkWired
fn clone(&self) -> AstalNetworkWired
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AstalNetworkWired
impl Debug for AstalNetworkWired
impl Copy for AstalNetworkWired
Auto Trait Implementations§
impl Freeze for AstalNetworkWired
impl RefUnwindSafe for AstalNetworkWired
impl !Send for AstalNetworkWired
impl !Sync for AstalNetworkWired
impl Unpin for AstalNetworkWired
impl UnwindSafe for AstalNetworkWired
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