#[repr(C)]pub struct SchemaInfoObjectMember {
pub name: *mut i8,
pub type_: *mut i8,
pub has_q_default: bool,
pub q_default: *mut QObject,
}Fields§
§name: *mut i8§type_: *mut i8§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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SchemaInfoObjectMember
Auto Trait Implementations§
impl !Send for SchemaInfoObjectMember
impl !Sync for SchemaInfoObjectMember
impl Freeze for SchemaInfoObjectMember
impl RefUnwindSafe for SchemaInfoObjectMember
impl Unpin for SchemaInfoObjectMember
impl UnsafeUnpin 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