Struct InternalFixed

struct InternalFixed { ... }

An opaque type representing fixed-format item types for internal uses only.

Implementations

impl Clone for InternalFixed

fn clone(self: &Self) -> InternalFixed

impl Debug for InternalFixed

fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result

impl Eq for InternalFixed

impl Freeze for InternalFixed

impl Hash for InternalFixed

fn hash<__H: $crate::hash::Hasher>(self: &Self, state: &mut __H)

impl PartialEq for InternalFixed

fn eq(self: &Self, other: &InternalFixed) -> bool

impl RefUnwindSafe for InternalFixed

impl Send for InternalFixed

impl StructuralPartialEq for InternalFixed

impl Sync for InternalFixed

impl Unpin for InternalFixed

impl UnwindSafe for InternalFixed

impl<T> Any for InternalFixed

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for InternalFixed

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for InternalFixed

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for InternalFixed

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for InternalFixed

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for InternalFixed

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for InternalFixed

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for InternalFixed

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for InternalFixed

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>