#[repr(C)]pub struct SchemaInfoObjectMemberList {
pub next: *mut SchemaInfoObjectMemberList,
pub value: *mut SchemaInfoObjectMember,
}Fields§
§next: *mut SchemaInfoObjectMemberList§value: *mut SchemaInfoObjectMemberTrait Implementations§
Source§impl Clone for SchemaInfoObjectMemberList
impl Clone for SchemaInfoObjectMemberList
Source§fn clone(&self) -> SchemaInfoObjectMemberList
fn clone(&self) -> SchemaInfoObjectMemberList
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 SchemaInfoObjectMemberList
Auto Trait Implementations§
impl !Send for SchemaInfoObjectMemberList
impl !Sync for SchemaInfoObjectMemberList
impl Freeze for SchemaInfoObjectMemberList
impl RefUnwindSafe for SchemaInfoObjectMemberList
impl Unpin for SchemaInfoObjectMemberList
impl UnsafeUnpin for SchemaInfoObjectMemberList
impl UnwindSafe for SchemaInfoObjectMemberList
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