Struct windows_sys::UI::Xaml::Controls::TwoPaneViewMode
[−]#[repr(transparent)]pub struct TwoPaneViewMode(pub i32);Expand description
Required features: ‘UI_Xaml_Controls’
Tuple Fields
0: i32Implementations
impl TwoPaneViewMode
impl TwoPaneViewMode
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more