#[repr(u32)]pub enum USystemTimeZoneType {
UCAL_ZONE_TYPE_ANY = 0,
UCAL_ZONE_TYPE_CANONICAL = 1,
UCAL_ZONE_TYPE_CANONICAL_LOCATION = 2,
}
Variants§
Trait Implementations§
source§impl Clone for USystemTimeZoneType
impl Clone for USystemTimeZoneType
source§fn clone(&self) -> USystemTimeZoneType
fn clone(&self) -> USystemTimeZoneType
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 USystemTimeZoneType
impl Debug for USystemTimeZoneType
source§impl Hash for USystemTimeZoneType
impl Hash for USystemTimeZoneType
source§impl PartialEq for USystemTimeZoneType
impl PartialEq for USystemTimeZoneType
source§fn eq(&self, other: &USystemTimeZoneType) -> bool
fn eq(&self, other: &USystemTimeZoneType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for USystemTimeZoneType
impl PartialOrd for USystemTimeZoneType
source§fn partial_cmp(&self, other: &USystemTimeZoneType) -> Option<Ordering>
fn partial_cmp(&self, other: &USystemTimeZoneType) -> 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 USystemTimeZoneType
impl Eq for USystemTimeZoneType
impl StructuralPartialEq for USystemTimeZoneType
Auto Trait Implementations§
impl RefUnwindSafe for USystemTimeZoneType
impl Send for USystemTimeZoneType
impl Sync for USystemTimeZoneType
impl Unpin for USystemTimeZoneType
impl UnwindSafe for USystemTimeZoneType
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