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