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