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