#[repr(C)]pub struct vplist {
pub n: vplist_index,
pub max: vplist_index,
pub data: *mut *mut c_void,
}Fields§
§n: vplist_index§max: vplist_index§data: *mut *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for vplist
impl RefUnwindSafe for vplist
impl !Send for vplist
impl !Sync for vplist
impl Unpin for vplist
impl UnwindSafe for vplist
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