#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NMSecretAgentOld
Auto Trait Implementations§
impl !Send for NMSecretAgentOld
impl !Sync for NMSecretAgentOld
impl Freeze for NMSecretAgentOld
impl RefUnwindSafe for NMSecretAgentOld
impl Unpin for NMSecretAgentOld
impl UnsafeUnpin 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