#[repr(transparent)]pub struct BP_ANIMATIONSTYLE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
Source§impl Abi for BP_ANIMATIONSTYLE
impl Abi for BP_ANIMATIONSTYLE
Source§type Abi = BP_ANIMATIONSTYLE
type Abi = BP_ANIMATIONSTYLE
The abi representation of the implementing type. Read more
type DefaultType = BP_ANIMATIONSTYLE
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 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§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