Struct windows_sys::Foundation::Collections::CollectionChange
[−]#[repr(transparent)]pub struct CollectionChange(pub i32);Expand description
Required features: ‘Foundation_Collections’
Tuple Fields
0: i32Implementations
impl CollectionChange
impl CollectionChange
pub const Reset: Self
pub const ItemInserted: Self
pub const ItemRemoved: Self
pub const ItemChanged: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more