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