Struct windows_sys::Foundation::Collections::CollectionChange
[−]#[repr(transparent)]pub struct CollectionChange(pub i32);
Expand description
Required features: "Foundation_Collections"
Tuple Fields
0: i32
Implementations
impl CollectionChange
impl CollectionChange
pub const Reset: Self = Self(0i32)
pub const ItemInserted: Self = Self(1i32)
pub const ItemRemoved: Self = Self(2i32)
pub const ItemChanged: Self = Self(3i32)
Trait Implementations
impl Clone for CollectionChange
impl Clone for CollectionChange
impl Copy for CollectionChange
Auto Trait Implementations
impl RefUnwindSafe for CollectionChange
impl Send for CollectionChange
impl Sync for CollectionChange
impl Unpin for CollectionChange
impl UnwindSafe for CollectionChange
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