Struct libsecret_sys::SecretItem
source · #[repr(C)]pub struct SecretItem {
pub parent_instance: GDBusProxy,
pub pv: *mut SecretItemPrivate,
}Fields§
§parent_instance: GDBusProxy§pv: *mut SecretItemPrivateTrait 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 more