#[repr(C)]pub struct SecretItem {
pub parent_instance: GDBusProxy,
pub pv: *mut SecretItemPrivate,
}
Fields§
§parent_instance: GDBusProxy
§pv: *mut SecretItemPrivate
Trait Implementations§
Source§impl Clone for SecretItem
impl Clone for SecretItem
Source§fn clone(&self) -> SecretItem
fn clone(&self) -> SecretItem
Returns a copy 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 SecretItem
impl Debug for SecretItem
impl Copy for SecretItem
Auto Trait Implementations§
impl Freeze for SecretItem
impl RefUnwindSafe for SecretItem
impl !Send for SecretItem
impl !Sync for SecretItem
impl Unpin for SecretItem
impl UnwindSafe for SecretItem
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