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