pub struct O8(/* private fields */);
Trait Implementations§
Source§impl Ord for O8
impl Ord for O8
Source§impl Ordinal for O8
impl Ordinal for O8
Source§type IntegerType = u8
type IntegerType = u8
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 O8
impl PartialOrd for O8
impl Copy for O8
impl Eq for O8
impl StructuralPartialEq for O8
Auto Trait Implementations§
impl Freeze for O8
impl RefUnwindSafe for O8
impl Send for O8
impl Sync for O8
impl Unpin for O8
impl UnwindSafe for O8
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