#[repr(C)]pub struct JanetAbstractHead {
pub gc: JanetGCObject,
pub type_: *const JanetAbstractType,
pub size: usize,
pub data: __IncompleteArrayField<c_longlong>,
}Fields§
§gc: JanetGCObject§type_: *const JanetAbstractType§size: usize§data: __IncompleteArrayField<c_longlong>Trait Implementations§
Auto Trait Implementations§
impl Freeze for JanetAbstractHead
impl RefUnwindSafe for JanetAbstractHead
impl !Send for JanetAbstractHead
impl !Sync for JanetAbstractHead
impl Unpin for JanetAbstractHead
impl UnwindSafe for JanetAbstractHead
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