Struct windows_sys::Storage::Provider::CachedFileOptions
[−]#[repr(transparent)]pub struct CachedFileOptions(pub u32);
Expand description
Required features: "Storage_Provider"
Tuple Fields
0: u32
Implementations
impl CachedFileOptions
impl CachedFileOptions
pub const None: Self = Self(0u32)
pub const RequireUpdateOnAccess: Self = Self(1u32)
pub const UseCachedFileWhenOffline: Self = Self(2u32)
pub const DenyAccessWhenOffline: Self = Self(4u32)
Trait Implementations
impl Clone for CachedFileOptions
impl Clone for CachedFileOptions
impl Copy for CachedFileOptions
Auto Trait Implementations
impl RefUnwindSafe for CachedFileOptions
impl Send for CachedFileOptions
impl Sync for CachedFileOptions
impl Unpin for CachedFileOptions
impl UnwindSafe for CachedFileOptions
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