[][src]Struct jlib::base::serialize::type_obj::TypeObj

pub struct TypeObj {
    pub type_tag: u8,
    pub type_bits: u8,
    pub field_bits: u8,
}

Fields

type_tag: u8type_bits: u8field_bits: u8

Methods

impl TypeObj[src]

pub fn new(type_tag: u8, type_bits: u8, field_bits: u8) -> Self[src]

Trait Implementations

impl SerializeHeader for TypeObj[src]

impl Debug for TypeObj[src]

Auto Trait Implementations

impl Sync for TypeObj

impl Send for TypeObj

impl Unpin for TypeObj

impl RefUnwindSafe for TypeObj

impl UnwindSafe for TypeObj

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Downcast for T where
    T: Any