#[repr(C)]pub struct JanetStructHead {
pub gc: JanetGCObject,
pub length: i32,
pub hash: i32,
pub capacity: i32,
pub proto: *const JanetKV,
pub data: __IncompleteArrayField<JanetKV>,
}Fields§
§gc: JanetGCObject§length: i32§hash: i32§capacity: i32§proto: *const JanetKV§data: __IncompleteArrayField<JanetKV>Auto Trait Implementations§
impl Freeze for JanetStructHead
impl RefUnwindSafe for JanetStructHead
impl !Send for JanetStructHead
impl !Sync for JanetStructHead
impl Unpin for JanetStructHead
impl UnwindSafe for JanetStructHead
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