Struct lean_sys::lean_array_object
source · [−]#[repr(C)]pub struct lean_array_object {
pub m_header: lean_object,
pub m_size: usize,
pub m_capacity: usize,
pub m_data: IncompleteArrayField<*mut lean_object>,
}Expand description
Array arrays
Fields
m_header: lean_objectm_size: usizem_capacity: usizem_data: IncompleteArrayField<*mut lean_object>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for lean_array_object
impl !Send for lean_array_object
impl !Sync for lean_array_object
impl Unpin for lean_array_object
impl UnwindSafe for lean_array_object
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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