Struct windows_sys::Storage::AccessCache::AccessCacheOptions
[−]#[repr(transparent)]pub struct AccessCacheOptions(pub u32);Expand description
Required features: ‘Storage_AccessCache’
Tuple Fields
0: u32Implementations
impl AccessCacheOptions
impl AccessCacheOptions
pub const None: Self
pub const DisallowUserInput: Self
pub const FastLocationsOnly: Self
pub const UseReadOnlyCachedCopy: Self
pub const SuppressAccessTimeUpdate: Self
Trait Implementations
impl Clone for AccessCacheOptions
impl Clone for AccessCacheOptions
impl Copy for AccessCacheOptions
Auto Trait Implementations
impl RefUnwindSafe for AccessCacheOptions
impl Send for AccessCacheOptions
impl Sync for AccessCacheOptions
impl Unpin for AccessCacheOptions
impl UnwindSafe for AccessCacheOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more