#[repr(transparent)]pub struct UDateRelativeDateTimeFormatterStyle(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
Source§impl Abi for UDateRelativeDateTimeFormatterStyle
impl Abi for UDateRelativeDateTimeFormatterStyle
Source§type Abi = UDateRelativeDateTimeFormatterStyle
type Abi = UDateRelativeDateTimeFormatterStyle
The abi representation of the implementing type. Read more
type DefaultType = UDateRelativeDateTimeFormatterStyle
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 UDateRelativeDateTimeFormatterStyle
impl Clone for UDateRelativeDateTimeFormatterStyle
Source§fn clone(&self) -> UDateRelativeDateTimeFormatterStyle
fn clone(&self) -> UDateRelativeDateTimeFormatterStyle
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 Default for UDateRelativeDateTimeFormatterStyle
impl Default for UDateRelativeDateTimeFormatterStyle
Source§fn default() -> UDateRelativeDateTimeFormatterStyle
fn default() -> UDateRelativeDateTimeFormatterStyle
Returns the “default value” for a type. Read more
Source§impl PartialEq for UDateRelativeDateTimeFormatterStyle
impl PartialEq for UDateRelativeDateTimeFormatterStyle
Source§fn eq(&self, other: &UDateRelativeDateTimeFormatterStyle) -> bool
fn eq(&self, other: &UDateRelativeDateTimeFormatterStyle) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for UDateRelativeDateTimeFormatterStyle
impl Eq for UDateRelativeDateTimeFormatterStyle
impl StructuralPartialEq for UDateRelativeDateTimeFormatterStyle
Auto Trait Implementations§
impl Freeze for UDateRelativeDateTimeFormatterStyle
impl RefUnwindSafe for UDateRelativeDateTimeFormatterStyle
impl Send for UDateRelativeDateTimeFormatterStyle
impl Sync for UDateRelativeDateTimeFormatterStyle
impl Unpin for UDateRelativeDateTimeFormatterStyle
impl UnwindSafe for UDateRelativeDateTimeFormatterStyle
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