#[repr(C)]pub struct NMAWifiDialog {
pub parent: GtkDialog,
}Fields§
§parent: GtkDialogTrait Implementations§
Source§impl Clone for NMAWifiDialog
impl Clone for NMAWifiDialog
Source§fn clone(&self) -> NMAWifiDialog
fn clone(&self) -> NMAWifiDialog
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 NMAWifiDialog
impl Debug for NMAWifiDialog
impl Copy for NMAWifiDialog
Auto Trait Implementations§
impl Freeze for NMAWifiDialog
impl RefUnwindSafe for NMAWifiDialog
impl !Send for NMAWifiDialog
impl !Sync for NMAWifiDialog
impl Unpin for NMAWifiDialog
impl UnwindSafe for NMAWifiDialog
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