Struct windows_sys::Storage::AccessCache::AccessCacheOptions
[−]#[repr(transparent)]pub struct AccessCacheOptions(pub u32);
Expand description
Required features: "Storage_AccessCache"
Tuple Fields
0: u32
Implementations
impl AccessCacheOptions
impl AccessCacheOptions
pub const None: Self = Self(0u32)
pub const DisallowUserInput: Self = Self(1u32)
pub const FastLocationsOnly: Self = Self(2u32)
pub const UseReadOnlyCachedCopy: Self = Self(4u32)
pub const SuppressAccessTimeUpdate: Self = Self(8u32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more