#[repr(C)]pub struct KeyTime {
pub TimeSpan: TimeSpan,
}
Expand description
Required features: ‘UI_Xaml_Media_Animation’, ‘Foundation’
Fields
TimeSpan: TimeSpan
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KeyTime
impl Send for KeyTime
impl Sync for KeyTime
impl Unpin for KeyTime
impl UnwindSafe for KeyTime
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