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