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