Struct BP_ANIMATIONSTYLE
#[repr(transparent)]pub struct BP_ANIMATIONSTYLE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for BP_ANIMATIONSTYLE
impl Clone for BP_ANIMATIONSTYLE
§fn clone(&self) -> BP_ANIMATIONSTYLE
fn clone(&self) -> BP_ANIMATIONSTYLE
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 more§impl Debug for BP_ANIMATIONSTYLE
impl Debug for BP_ANIMATIONSTYLE
§impl Default for BP_ANIMATIONSTYLE
impl Default for BP_ANIMATIONSTYLE
§fn default() -> BP_ANIMATIONSTYLE
fn default() -> BP_ANIMATIONSTYLE
Returns the “default value” for a type. Read more
§impl PartialEq for BP_ANIMATIONSTYLE
impl PartialEq for BP_ANIMATIONSTYLE
impl Copy for BP_ANIMATIONSTYLE
impl Eq for BP_ANIMATIONSTYLE
impl StructuralPartialEq for BP_ANIMATIONSTYLE
Auto Trait Implementations§
impl Freeze for BP_ANIMATIONSTYLE
impl RefUnwindSafe for BP_ANIMATIONSTYLE
impl Send for BP_ANIMATIONSTYLE
impl Sync for BP_ANIMATIONSTYLE
impl Unpin for BP_ANIMATIONSTYLE
impl UnwindSafe for BP_ANIMATIONSTYLE
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