#[repr(C)]pub struct JSString {
pub header: JSRefCountHeader,
pub len: u32,
pub hash: u32,
pub hash_next: u32,
}Fields§
§header: JSRefCountHeader§len: u32§hash: u32§hash_next: u32Auto Trait Implementations§
impl Freeze for JSString
impl RefUnwindSafe for JSString
impl Send for JSString
impl Sync for JSString
impl Unpin for JSString
impl UnwindSafe for JSString
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