#[repr(C)]pub struct SecKeychainSettings {
pub version: c_uint,
pub lockOnSleep: Boolean,
pub useLockInterval: Boolean,
pub lockInterval: c_uint,
}Fields
version: c_uintlockOnSleep: BooleanuseLockInterval: BooleanlockInterval: c_uintAuto Trait Implementations
impl RefUnwindSafe for SecKeychainSettings
impl Send for SecKeychainSettings
impl Sync for SecKeychainSettings
impl Unpin for SecKeychainSettings
impl UnwindSafe for SecKeychainSettings
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