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