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