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