#[repr(C)]pub struct SecKeychainSettings {
pub version: c_uint,
pub lockOnSleep: Boolean,
pub useLockInterval: Boolean,
pub lockInterval: c_uint,
}
Fields§
§version: c_uint
§lockOnSleep: Boolean
§useLockInterval: Boolean
§lockInterval: c_uint
Auto Trait Implementations§
impl RefUnwindSafe for SecKeychainSettings
impl Send for SecKeychainSettings
impl Sync for SecKeychainSettings
impl Unpin for SecKeychainSettings
impl UnwindSafe for SecKeychainSettings
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more