#[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 duplicate 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
impl Copy for ANIMATIONINFO
Auto Trait Implementations§
impl Freeze for ANIMATIONINFO
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