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