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