#[repr(C)]pub struct VoidArray {
pub contents: *mut c_void,
pub size: u32,
pub capacity: u32,
}
Fields§
§contents: *mut c_void
§size: u32
§capacity: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VoidArray
impl RefUnwindSafe for VoidArray
impl !Send for VoidArray
impl !Sync for VoidArray
impl Unpin for VoidArray
impl UnwindSafe for VoidArray
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