Struct winapi::um::winuser::ANIMATIONINFO
source · #[repr(C)]pub struct ANIMATIONINFO {
pub cbSize: UINT,
pub iMinAnimate: c_int,
}
Fields§
§cbSize: UINT
§iMinAnimate: c_int
Trait Implementations§
source§impl Clone for ANIMATIONINFO
impl Clone for ANIMATIONINFO
source§fn clone(&self) -> ANIMATIONINFO
fn clone(&self) -> ANIMATIONINFO
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for ANIMATIONINFO
impl Default for ANIMATIONINFO
source§fn default() -> ANIMATIONINFO
fn default() -> ANIMATIONINFO
Returns the “default value” for a type. Read more