Struct security_framework_sys::base::SecKeychainAttributeList [−][src]
#[repr(C)]pub struct SecKeychainAttributeList {
pub count: u32,
pub attr: *mut SecKeychainAttribute,
}
Fields
count: u32
attr: *mut SecKeychainAttribute
Trait 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