Struct 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
§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 moreimpl 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