#[repr(u32)]pub enum UTimeZoneTransitionType {
UCAL_TZ_TRANSITION_NEXT = 0,
UCAL_TZ_TRANSITION_NEXT_INCLUSIVE = 1,
UCAL_TZ_TRANSITION_PREVIOUS = 2,
UCAL_TZ_TRANSITION_PREVIOUS_INCLUSIVE = 3,
}
Variants§
UCAL_TZ_TRANSITION_NEXT = 0
UCAL_TZ_TRANSITION_NEXT_INCLUSIVE = 1
UCAL_TZ_TRANSITION_PREVIOUS = 2
UCAL_TZ_TRANSITION_PREVIOUS_INCLUSIVE = 3
Trait Implementations§
Source§impl Clone for UTimeZoneTransitionType
impl Clone for UTimeZoneTransitionType
Source§fn clone(&self) -> UTimeZoneTransitionType
fn clone(&self) -> UTimeZoneTransitionType
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 UTimeZoneTransitionType
impl Debug for UTimeZoneTransitionType
Source§impl Hash for UTimeZoneTransitionType
impl Hash for UTimeZoneTransitionType
Source§impl PartialEq for UTimeZoneTransitionType
impl PartialEq for UTimeZoneTransitionType
Source§impl PartialOrd for UTimeZoneTransitionType
impl PartialOrd for UTimeZoneTransitionType
impl Copy for UTimeZoneTransitionType
impl Eq for UTimeZoneTransitionType
impl StructuralPartialEq for UTimeZoneTransitionType
Auto Trait Implementations§
impl Freeze for UTimeZoneTransitionType
impl RefUnwindSafe for UTimeZoneTransitionType
impl Send for UTimeZoneTransitionType
impl Sync for UTimeZoneTransitionType
impl Unpin for UTimeZoneTransitionType
impl UnwindSafe for UTimeZoneTransitionType
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
)