Struct panda_sys::q_obj_object_add_arg [−][src]
#[repr(C)]pub struct q_obj_object_add_arg { pub qom_type: *mut c_char, pub id: *mut c_char, pub has_props: bool, pub props: *mut QObject, }
Fields
qom_type: *mut c_charid: *mut c_charhas_props: boolprops: *mut QObjectTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for q_obj_object_add_argimpl !Send for q_obj_object_add_argimpl !Sync for q_obj_object_add_argimpl Unpin for q_obj_object_add_argimpl UnwindSafe for q_obj_object_add_argBlanket Implementations
Mutably borrows from an owned value. Read more