Struct libsecret_sys::SecretService
source · #[repr(C)]pub struct SecretService {
pub parent: GDBusProxy,
pub pv: *mut SecretServicePrivate,
}Fields§
§parent: GDBusProxy§pv: *mut SecretServicePrivateTrait Implementations§
source§impl Clone for SecretService
impl Clone for SecretService
source§fn clone(&self) -> SecretService
fn clone(&self) -> SecretService
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