#[repr(u32)]pub enum UTimeZoneLocalOption {
UCAL_TZ_LOCAL_FORMER = 4,
UCAL_TZ_LOCAL_LATTER = 12,
UCAL_TZ_LOCAL_STANDARD_FORMER = 5,
UCAL_TZ_LOCAL_STANDARD_LATTER = 13,
UCAL_TZ_LOCAL_DAYLIGHT_FORMER = 7,
UCAL_TZ_LOCAL_DAYLIGHT_LATTER = 15,
}
Variants§
UCAL_TZ_LOCAL_FORMER = 4
UCAL_TZ_LOCAL_LATTER = 12
UCAL_TZ_LOCAL_STANDARD_FORMER = 5
UCAL_TZ_LOCAL_STANDARD_LATTER = 13
UCAL_TZ_LOCAL_DAYLIGHT_FORMER = 7
UCAL_TZ_LOCAL_DAYLIGHT_LATTER = 15
Trait Implementations§
source§impl Clone for UTimeZoneLocalOption
impl Clone for UTimeZoneLocalOption
source§fn clone(&self) -> UTimeZoneLocalOption
fn clone(&self) -> UTimeZoneLocalOption
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 UTimeZoneLocalOption
impl Debug for UTimeZoneLocalOption
source§impl Hash for UTimeZoneLocalOption
impl Hash for UTimeZoneLocalOption
source§impl PartialEq for UTimeZoneLocalOption
impl PartialEq for UTimeZoneLocalOption
source§fn eq(&self, other: &UTimeZoneLocalOption) -> bool
fn eq(&self, other: &UTimeZoneLocalOption) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for UTimeZoneLocalOption
impl PartialOrd for UTimeZoneLocalOption
source§fn partial_cmp(&self, other: &UTimeZoneLocalOption) -> Option<Ordering>
fn partial_cmp(&self, other: &UTimeZoneLocalOption) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for UTimeZoneLocalOption
impl Eq for UTimeZoneLocalOption
impl StructuralPartialEq for UTimeZoneLocalOption
Auto Trait Implementations§
impl Freeze for UTimeZoneLocalOption
impl RefUnwindSafe for UTimeZoneLocalOption
impl Send for UTimeZoneLocalOption
impl Sync for UTimeZoneLocalOption
impl Unpin for UTimeZoneLocalOption
impl UnwindSafe for UTimeZoneLocalOption
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)