Struct windows_sys::Win32::UI::WindowsAndMessaging::ANIMATIONINFO
[−]Expand description
Required features: "Win32_UI_WindowsAndMessaging"
Fields
cbSize: u32
iMinAnimate: i32
Trait Implementations
impl Clone for ANIMATIONINFO
impl Clone for ANIMATIONINFO
impl Copy for ANIMATIONINFO
Auto Trait Implementations
impl RefUnwindSafe for ANIMATIONINFO
impl Send for ANIMATIONINFO
impl Sync for ANIMATIONINFO
impl Unpin for ANIMATIONINFO
impl UnwindSafe for ANIMATIONINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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