pub struct O64(/* private fields */);
Trait Implementations§
Source§impl Ord for O64
impl Ord for O64
Source§impl Ordinal for O64
impl Ordinal for O64
Source§type IntegerType = u64
type IntegerType = u64
This type by which this ordinal type is represented
Source§fn into0(self) -> Self::IntegerType
fn into0(self) -> Self::IntegerType
Returns the equivalent integer assuming the ordinal number is 0-based
Source§fn into1(self) -> Self::IntegerType
fn into1(self) -> Self::IntegerType
Returns the equivalent integer assuming the ordinal number is 1-based
Source§fn try_from0(t: Self::IntegerType) -> Option<Self>
fn try_from0(t: Self::IntegerType) -> Option<Self>
Tries to convert an integer to a 0-based ordinal number. Read more
Source§fn try_from1(t: Self::IntegerType) -> Option<Self>
fn try_from1(t: Self::IntegerType) -> Option<Self>
Tries to convert an integer to a 1-based ordinal number. Read more
Source§fn from0(t: Self::IntegerType) -> Self
fn from0(t: Self::IntegerType) -> Self
Converts an integer to a 0-based ordinal number. Read more
Source§fn from1(t: Self::IntegerType) -> Self
fn from1(t: Self::IntegerType) -> Self
Converts an integer to a 1-based ordinal number. Read more
Source§impl PartialOrd for O64
impl PartialOrd for O64
impl Copy for O64
impl Eq for O64
impl StructuralPartialEq for O64
Auto Trait Implementations§
impl Freeze for O64
impl RefUnwindSafe for O64
impl Send for O64
impl Sync for O64
impl Unpin for O64
impl UnwindSafe for O64
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