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