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