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