Struct windows_sys::Win32::UI::WindowsAndMessaging::ANIMATIONINFO
#[repr(C)]pub struct ANIMATIONINFO {
pub cbSize: u32,
pub iMinAnimate: i32,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more