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