#[repr(C)]pub struct NMConnectionInterface {
pub parent: GTypeInterface,
pub secrets_updated: Option<unsafe extern "C" fn(*mut NMConnection, *const c_char)>,
pub secrets_cleared: Option<unsafe extern "C" fn(*mut NMConnection)>,
pub changed: Option<unsafe extern "C" fn(*mut NMConnection)>,
}Fields§
§parent: GTypeInterface§secrets_updated: Option<unsafe extern "C" fn(*mut NMConnection, *const c_char)>§secrets_cleared: Option<unsafe extern "C" fn(*mut NMConnection)>§changed: Option<unsafe extern "C" fn(*mut NMConnection)>Trait Implementations§
Source§impl Clone for NMConnectionInterface
impl Clone for NMConnectionInterface
Source§fn clone(&self) -> NMConnectionInterface
fn clone(&self) -> NMConnectionInterface
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 NMConnectionInterface
impl Debug for NMConnectionInterface
impl Copy for NMConnectionInterface
Auto Trait Implementations§
impl Freeze for NMConnectionInterface
impl RefUnwindSafe for NMConnectionInterface
impl Send for NMConnectionInterface
impl Sync for NMConnectionInterface
impl Unpin for NMConnectionInterface
impl UnwindSafe for NMConnectionInterface
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