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