Struct windows::Storage::StorageItemTypes
#[repr(transparent)]pub struct StorageItemTypes(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl StorageItemTypes
impl StorageItemTypes
§impl StorageItemTypes
impl StorageItemTypes
Trait Implementations§
§impl BitAnd for StorageItemTypes
impl BitAnd for StorageItemTypes
§impl BitAndAssign for StorageItemTypes
impl BitAndAssign for StorageItemTypes
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for StorageItemTypes
impl BitOr for StorageItemTypes
§impl BitOrAssign for StorageItemTypes
impl BitOrAssign for StorageItemTypes
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for StorageItemTypes
impl Clone for StorageItemTypes
§fn clone(&self) -> StorageItemTypes
fn clone(&self) -> StorageItemTypes
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for StorageItemTypes
impl Debug for StorageItemTypes
§impl Default for StorageItemTypes
impl Default for StorageItemTypes
§fn default() -> StorageItemTypes
fn default() -> StorageItemTypes
Returns the “default value” for a type. Read more
§impl Not for StorageItemTypes
impl Not for StorageItemTypes
§impl PartialEq for StorageItemTypes
impl PartialEq for StorageItemTypes
§fn eq(&self, other: &StorageItemTypes) -> bool
fn eq(&self, other: &StorageItemTypes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for StorageItemTypes
impl Eq for StorageItemTypes
impl StructuralPartialEq for StorageItemTypes
Auto Trait Implementations§
impl Freeze for StorageItemTypes
impl RefUnwindSafe for StorageItemTypes
impl Send for StorageItemTypes
impl Sync for StorageItemTypes
impl Unpin for StorageItemTypes
impl UnwindSafe for StorageItemTypes
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)