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