#[repr(C)]pub struct BP_ANIMATIONPARAMS {
pub cbSize: DWORD,
pub dwFlags: DWORD,
pub style: BP_ANIMATIONSTYLE,
pub dwDuration: DWORD,
}
Fields§
§cbSize: DWORD
§dwFlags: DWORD
§style: BP_ANIMATIONSTYLE
§dwDuration: DWORD
Trait Implementations§
Source§impl Clone for BP_ANIMATIONPARAMS
impl Clone for BP_ANIMATIONPARAMS
Source§fn clone(&self) -> BP_ANIMATIONPARAMS
fn clone(&self) -> BP_ANIMATIONPARAMS
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 BP_ANIMATIONPARAMS
impl Default for BP_ANIMATIONPARAMS
Source§fn default() -> BP_ANIMATIONPARAMS
fn default() -> BP_ANIMATIONPARAMS
Returns the “default value” for a type. Read more
impl Copy for BP_ANIMATIONPARAMS
Auto Trait Implementations§
impl Freeze for BP_ANIMATIONPARAMS
impl RefUnwindSafe for BP_ANIMATIONPARAMS
impl Send for BP_ANIMATIONPARAMS
impl Sync for BP_ANIMATIONPARAMS
impl Unpin for BP_ANIMATIONPARAMS
impl UnwindSafe for BP_ANIMATIONPARAMS
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