Struct FieldRepresentingType

struct FieldRepresentingType<T: ?Sized, VARIANT: u32, FIELD: u32> { ... }

Field Representing Type

Implementations

impl<T> Any for FieldRepresentingType<T, VARIANT, FIELD>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for FieldRepresentingType<T, VARIANT, FIELD>

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

impl<T> BorrowMut for FieldRepresentingType<T, VARIANT, FIELD>

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

impl<T> CloneToUninit for FieldRepresentingType<T, VARIANT, FIELD>

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

impl<T> From for FieldRepresentingType<T, VARIANT, FIELD>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for FieldRepresentingType<T, VARIANT, FIELD>

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 FieldRepresentingType<T, VARIANT, FIELD>

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

impl<T, U> TryInto for FieldRepresentingType<T, VARIANT, FIELD>

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

impl<T, VARIANT: u32, FIELD: u32> Freeze for FieldRepresentingType<T, VARIANT, FIELD>

impl<T, VARIANT: u32, FIELD: u32> RefUnwindSafe for FieldRepresentingType<T, VARIANT, FIELD>

impl<T, VARIANT: u32, FIELD: u32> Unpin for FieldRepresentingType<T, VARIANT, FIELD>

impl<T, VARIANT: u32, FIELD: u32> UnsafeUnpin for FieldRepresentingType<T, VARIANT, FIELD>

impl<T, VARIANT: u32, FIELD: u32> UnwindSafe for FieldRepresentingType<T, VARIANT, FIELD>

impl<T: ?Sized, VARIANT: u32, FIELD: u32> Clone for FieldRepresentingType<T, VARIANT, FIELD>

fn clone(self: &Self) -> Self

impl<T: ?Sized, VARIANT: u32, FIELD: u32> Copy for FieldRepresentingType<T, VARIANT, FIELD>

impl<T: ?Sized, VARIANT: u32, FIELD: u32> Send for FieldRepresentingType<T, VARIANT, FIELD>

impl<T: ?Sized, VARIANT: u32, FIELD: u32> Sync for FieldRepresentingType<T, VARIANT, FIELD>