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