#[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§impl PartialOrd for USystemTimeZoneType
impl PartialOrd for USystemTimeZoneType
impl Copy for USystemTimeZoneType
impl Eq for USystemTimeZoneType
impl StructuralPartialEq for USystemTimeZoneType
Auto Trait Implementations§
impl Freeze for USystemTimeZoneType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
)