#[repr(C)]pub struct SecKeychainAttributeList {
pub count: u32,
pub attr: *mut SecKeychainAttribute,
}Fields§
§count: u32§attr: *mut SecKeychainAttributeTrait Implementations§
source§impl Clone for SecKeychainAttributeList
impl Clone for SecKeychainAttributeList
source§fn clone(&self) -> SecKeychainAttributeList
fn clone(&self) -> SecKeychainAttributeList
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