Struct pr47::data::wrapper::Wrapper[][src]

#[repr(C, align(8))]
pub struct Wrapper<T: 'static> { pub refcount: u32, pub ownership_info: u8, pub gc_info: u8, pub data_offset: u8, pub ownership_info2: u8, pub data: WrapperData<T>, }

Fields

refcount: u32ownership_info: u8gc_info: u8data_offset: u8ownership_info2: u8data: WrapperData<T>

Implementations

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.