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