Struct Xdigit
struct Xdigit
Hexadecimal digits
This is defined for POSIX compatibility.
Implementations
impl BinaryProperty for Xdigit
impl Debug for Xdigit
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for Xdigit
impl RefUnwindSafe for Xdigit
impl Send for Xdigit
impl Sync for Xdigit
impl Unpin for Xdigit
impl UnsafeUnpin for Xdigit
impl UnwindSafe for Xdigit
impl<T> Any for Xdigit
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for Xdigit
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for Xdigit
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> ErasedDestructor for Xdigit
impl<T> From for Xdigit
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for Xdigit
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for Xdigit
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for Xdigit
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>