#[repr(C)]pub struct ANIMATIONINFO {
pub cbSize: u32,
pub iMinAnimate: i32,
}
Fields§
§cbSize: u32
§iMinAnimate: i32
Trait Implementations§
Source§impl Abi for ANIMATIONINFO
impl Abi for ANIMATIONINFO
Source§type Abi = ANIMATIONINFO
type Abi = ANIMATIONINFO
The abi representation of the implementing type. Read more
type DefaultType = ANIMATIONINFO
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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 Debug for ANIMATIONINFO
impl Debug for ANIMATIONINFO
Source§impl Default for ANIMATIONINFO
impl Default for ANIMATIONINFO
Source§impl PartialEq for ANIMATIONINFO
impl PartialEq for ANIMATIONINFO
impl Copy for ANIMATIONINFO
impl Eq 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