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