Struct windows_sys::UI::Xaml::Media::Animation::RepeatBehavior
[−]#[repr(C)]pub struct RepeatBehavior {
pub Count: f64,
pub Duration: TimeSpan,
pub Type: RepeatBehaviorType,
}
Expand description
Required features: "UI_Xaml_Media_Animation"
, "Foundation"
Fields
Count: f64
Duration: TimeSpan
Type: RepeatBehaviorType
Trait Implementations
impl Clone for RepeatBehavior
impl Clone for RepeatBehavior
impl Copy for RepeatBehavior
Auto Trait Implementations
impl RefUnwindSafe for RepeatBehavior
impl Send for RepeatBehavior
impl Sync for RepeatBehavior
impl Unpin for RepeatBehavior
impl UnwindSafe for RepeatBehavior
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