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