Struct machinery_api::foundation::TtPropValueT [−][src]
#[repr(C)]pub struct TtPropValueT { pub type_: TheTruthPropertyType, pub _padding_643: [c_char; 4], pub __bindgen_anon_1: TtPropValueTBindgenTy1, }
Fields
type_: TheTruthPropertyType_padding_643: [c_char; 4]__bindgen_anon_1: TtPropValueTBindgenTy1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TtPropValueT
impl !Send for TtPropValueT
impl !Sync for TtPropValueT
impl Unpin for TtPropValueT
impl UnwindSafe for TtPropValueT
Blanket Implementations
Mutably borrows from an owned value. Read more