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