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: SecKeychainAttrType
length: u32
data: *mut c_void
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SecKeychainAttribute
impl !Send for SecKeychainAttribute
impl !Sync for SecKeychainAttribute
impl Unpin for SecKeychainAttribute
impl UnwindSafe for SecKeychainAttribute
Blanket Implementations
Mutably borrows from an owned value. Read more