Struct lean_sys::lean_ctor_object
source · [−]#[repr(C)]pub struct lean_ctor_object {
pub m_header: lean_object,
pub m_objs: IncompleteArrayField<*mut lean_object>,
}Fields
m_header: lean_objectm_objs: IncompleteArrayField<*mut lean_object>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for lean_ctor_object
impl !Send for lean_ctor_object
impl !Sync for lean_ctor_object
impl Unpin for lean_ctor_object
impl UnwindSafe for lean_ctor_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