Struct machinery_api::foundation::TheTruthSerializedTypeInfoT [−][src]
#[repr(C)]pub struct TheTruthSerializedTypeInfoT { pub runtime_type: TtTypeT, pub properties_differ: bool, pub _padding_706: [c_char; 3], pub num_properties: u32, pub serialized_property_to_runtime_property: [u32; 64], pub serialized_property_type: [u32; 64], }
Fields
runtime_type: TtTypeTproperties_differ: bool_padding_706: [c_char; 3]num_properties: u32serialized_property_to_runtime_property: [u32; 64]serialized_property_type: [u32; 64]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TheTruthSerializedTypeInfoT
impl Send for TheTruthSerializedTypeInfoT
impl Sync for TheTruthSerializedTypeInfoT
impl Unpin for TheTruthSerializedTypeInfoT
impl UnwindSafe for TheTruthSerializedTypeInfoT
Blanket Implementations
Mutably borrows from an owned value. Read more