Struct windows::Storage::StorageLibraryChangeType
#[repr(transparent)]pub struct StorageLibraryChangeType(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl StorageLibraryChangeType
impl StorageLibraryChangeType
pub const Created: Self = _
pub const Deleted: Self = _
pub const MovedOrRenamed: Self = _
pub const ContentsChanged: Self = _
pub const MovedOutOfLibrary: Self = _
pub const MovedIntoLibrary: Self = _
pub const ContentsReplaced: Self = _
pub const IndexingStatusChanged: Self = _
pub const EncryptionChanged: Self = _
pub const ChangeTrackingLost: Self = _
Trait Implementations§
§impl Clone for StorageLibraryChangeType
impl Clone for StorageLibraryChangeType
§fn clone(&self) -> StorageLibraryChangeType
fn clone(&self) -> StorageLibraryChangeType
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 StorageLibraryChangeType
impl Debug for StorageLibraryChangeType
§impl Default for StorageLibraryChangeType
impl Default for StorageLibraryChangeType
§fn default() -> StorageLibraryChangeType
fn default() -> StorageLibraryChangeType
Returns the “default value” for a type. Read more
§impl PartialEq for StorageLibraryChangeType
impl PartialEq for StorageLibraryChangeType
§fn eq(&self, other: &StorageLibraryChangeType) -> bool
fn eq(&self, other: &StorageLibraryChangeType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for StorageLibraryChangeType
impl Eq for StorageLibraryChangeType
impl StructuralPartialEq for StorageLibraryChangeType
Auto Trait Implementations§
impl Freeze for StorageLibraryChangeType
impl RefUnwindSafe for StorageLibraryChangeType
impl Send for StorageLibraryChangeType
impl Sync for StorageLibraryChangeType
impl Unpin for StorageLibraryChangeType
impl UnwindSafe for StorageLibraryChangeType
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
)