Struct security_framework_sys::base::SecKeychainAttribute [−][src]
#[repr(C)]pub struct SecKeychainAttribute { pub tag: SecKeychainAttrType, pub length: u32, pub data: *mut c_void, }
Fields
tag: SecKeychainAttrTypelength: u32data: *mut c_voidTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SecKeychainAttributeimpl !Send for SecKeychainAttributeimpl !Sync for SecKeychainAttributeimpl Unpin for SecKeychainAttributeimpl UnwindSafe for SecKeychainAttributeBlanket Implementations
Mutably borrows from an owned value. Read more