Struct machinery_api::foundation::TheTruthPropertyDefinitionT [−][src]
#[repr(C)]pub struct TheTruthPropertyDefinitionT {}Show 13 fields
pub name: *const c_char, pub type_: u32, pub editor: u32, pub __bindgen_anon_1: TheTruthPropertyDefinitionTBindgenTy1, pub type_hash: StrhashT, pub allow_other_types: bool, pub _padding_451: [c_char; 7], pub buffer_extension: *const c_char, pub buffer_extension_f: Option<unsafe extern "C" fn(tt: *const TheTruthO, object: TtIdT, property: u32) -> *const c_char>, pub tooltip: *const c_char, pub not_serialized: bool, pub _padding_469: [c_char; 7], pub ui_name: *const c_char,
Fields
name: *const c_chartype_: u32editor: u32__bindgen_anon_1: TheTruthPropertyDefinitionTBindgenTy1type_hash: StrhashTallow_other_types: bool_padding_451: [c_char; 7]buffer_extension: *const c_charbuffer_extension_f: Option<unsafe extern "C" fn(tt: *const TheTruthO, object: TtIdT, property: u32) -> *const c_char>tooltip: *const c_charnot_serialized: bool_padding_469: [c_char; 7]ui_name: *const c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TheTruthPropertyDefinitionT
impl !Send for TheTruthPropertyDefinitionT
impl !Sync for TheTruthPropertyDefinitionT
impl Unpin for TheTruthPropertyDefinitionT
impl UnwindSafe for TheTruthPropertyDefinitionT
Blanket Implementations
Mutably borrows from an owned value. Read more