#[repr(C)]pub struct AwsCArrayList {
pub alloc: *const AwsCAllocator,
pub current_size: usize,
pub length: usize,
pub item_size: usize,
pub data: *mut c_void,
}
Fields
alloc: *const AwsCAllocator
current_size: usize
length: usize
item_size: usize
data: *mut c_void
Auto Trait Implementations
impl RefUnwindSafe for AwsCArrayList
impl !Send for AwsCArrayList
impl !Sync for AwsCArrayList
impl Unpin for AwsCArrayList
impl UnwindSafe for AwsCArrayList
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more