Struct libsecret_sys::SecretSchemaAttribute
source · #[repr(C)]pub struct SecretSchemaAttribute {
pub name: *const c_char,
pub type_: SecretSchemaAttributeType,
}Fields§
§name: *const c_char§type_: SecretSchemaAttributeTypeTrait Implementations§
source§impl Clone for SecretSchemaAttribute
impl Clone for SecretSchemaAttribute
source§fn clone(&self) -> SecretSchemaAttribute
fn clone(&self) -> SecretSchemaAttribute
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