#[repr(C)]pub struct MCVList {
pub magic: uint32,
pub type_: uint32,
pub nitems: uint32,
pub ndimensions: AttrNumber,
pub types: [Oid; 8],
pub items: __IncompleteArrayField<MCVItem>,
}Fields§
§magic: uint32§type_: uint32§nitems: uint32§ndimensions: AttrNumber§types: [Oid; 8]§items: __IncompleteArrayField<MCVItem>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MCVList
impl RefUnwindSafe for MCVList
impl !Send for MCVList
impl !Sync for MCVList
impl Unpin for MCVList
impl UnwindSafe for MCVList
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