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