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