#[repr(C)]pub struct SecKeychainAttributeList {
pub count: u32,
pub attr: *mut SecKeychainAttribute,
}Fields
count: u32attr: *mut SecKeychainAttributeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SecKeychainAttributeList
impl !Send for SecKeychainAttributeList
impl !Sync for SecKeychainAttributeList
impl Unpin for SecKeychainAttributeList
impl UnwindSafe for SecKeychainAttributeList
Blanket Implementations
Mutably borrows from an owned value. Read more