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