#[repr(C)]pub struct KeyTime {
pub TimeSpan: TimeSpan,
}Expand description
Required features: "UI_Xaml_Media_Animation", "Foundation"
Fields
TimeSpan: TimeSpanTrait 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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more