#[repr(C)]pub struct AstalNetworkWifi {
pub parent_instance: GObject,
pub priv_: *mut AstalNetworkWifiPrivate,
}Fields§
§parent_instance: GObject§priv_: *mut AstalNetworkWifiPrivateTrait Implementations§
Source§impl Clone for AstalNetworkWifi
impl Clone for AstalNetworkWifi
Source§fn clone(&self) -> AstalNetworkWifi
fn clone(&self) -> AstalNetworkWifi
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 AstalNetworkWifi
impl Debug for AstalNetworkWifi
impl Copy for AstalNetworkWifi
Auto Trait Implementations§
impl Freeze for AstalNetworkWifi
impl RefUnwindSafe for AstalNetworkWifi
impl !Send for AstalNetworkWifi
impl !Sync for AstalNetworkWifi
impl Unpin for AstalNetworkWifi
impl UnwindSafe for AstalNetworkWifi
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