pub enum AmPm {
AM,
PM,
}Variants§
Trait Implementations§
Source§impl Linearize for AmPm
impl Linearize for AmPm
Source§unsafe fn from_linear_unchecked(linear: usize) -> Self
unsafe fn from_linear_unchecked(linear: usize) -> Self
The inverse of the
linearize function. Read moreSource§impl Ord for AmPm
impl Ord for AmPm
Source§impl PartialOrd for AmPm
impl PartialOrd for AmPm
impl Copy for AmPm
impl Eq for AmPm
impl StructuralPartialEq for AmPm
Auto Trait Implementations§
impl Freeze for AmPm
impl RefUnwindSafe for AmPm
impl Send for AmPm
impl Sync for AmPm
impl Unpin for AmPm
impl UnwindSafe for AmPm
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§impl<T> LinearizeExt for T
impl<T> LinearizeExt for T
Source§fn from_linear(linear: usize) -> Option<T>
fn from_linear(linear: usize) -> Option<T>
A safe version of Linearize::from_linear_unchecked. Read more
Source§fn linearized(&self) -> Linearized<T>
fn linearized(&self) -> Linearized<T>
Linearizes this value and stores the value in a Linearized object. Read more