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
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more