#[repr(transparent)]pub struct BP_ANIMATIONSTYLE(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for BP_ANIMATIONSTYLE
impl Clone for BP_ANIMATIONSTYLE
Source§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 moreSource§impl Debug for BP_ANIMATIONSTYLE
impl Debug for BP_ANIMATIONSTYLE
Source§impl Default for BP_ANIMATIONSTYLE
impl Default for BP_ANIMATIONSTYLE
Source§fn default() -> BP_ANIMATIONSTYLE
fn default() -> BP_ANIMATIONSTYLE
Returns the “default value” for a type. Read more
Source§impl From<i32> for BP_ANIMATIONSTYLE
impl From<i32> for BP_ANIMATIONSTYLE
Source§fn from(value: i32) -> BP_ANIMATIONSTYLE
fn from(value: i32) -> BP_ANIMATIONSTYLE
Converts to this type from the input type.
Source§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