Struct security_framework_sys::base::SecKeychainAttribute
source · [−]#[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 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