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