#[repr(C)]pub struct SecKeychainAttributeList {
pub count: u32,
pub attr: *mut SecKeychainAttribute,
}Fields
count: u32attr: *mut SecKeychainAttributeTrait Implementations
sourceimpl Clone for SecKeychainAttributeList
impl Clone for SecKeychainAttributeList
sourcefn clone(&self) -> SecKeychainAttributeList
fn clone(&self) -> SecKeychainAttributeList
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SecKeychainAttributeList
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more