#[repr(C)]pub struct SchemaInfoObjectMember {
pub name: *mut c_char,
pub type_: *mut c_char,
pub has_q_default: bool,
pub q_default: *mut QObject,
}Fields§
§name: *mut c_char§type_: *mut c_char§has_q_default: bool§q_default: *mut QObjectTrait Implementations§
Source§impl Clone for SchemaInfoObjectMember
impl Clone for SchemaInfoObjectMember
Source§fn clone(&self) -> SchemaInfoObjectMember
fn clone(&self) -> SchemaInfoObjectMember
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SchemaInfoObjectMember
impl Debug for SchemaInfoObjectMember
impl Copy for SchemaInfoObjectMember
Auto Trait Implementations§
impl Freeze for SchemaInfoObjectMember
impl RefUnwindSafe for SchemaInfoObjectMember
impl !Send for SchemaInfoObjectMember
impl !Sync for SchemaInfoObjectMember
impl Unpin for SchemaInfoObjectMember
impl UnwindSafe for SchemaInfoObjectMember
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more