Type Alias GAllocator

Source
pub type GAllocator = _GAllocator;

Aliased Type§

#[repr(C)]
pub struct GAllocator { pub(crate) _data: [u8; 0], pub(crate) _marker: PhantomData<(*mut u8, PhantomPinned)>, }

Fields§

§_data: [u8; 0]§_marker: PhantomData<(*mut u8, PhantomPinned)>