#[repr(C)]pub struct RawTString {
pub tt: u8,
pub marked: u8,
pub memcat: u8,
pub atom: i16,
pub next: *mut RawTString,
pub hash: u32,
pub len: u32,
pub data: [u8; 0],
}Fields§
§tt: u8§marked: u8§memcat: u8§atom: i16§next: *mut RawTString§hash: u32§len: u32§data: [u8; 0]Auto Trait Implementations§
impl !Send for RawTString
impl !Sync for RawTString
impl Freeze for RawTString
impl RefUnwindSafe for RawTString
impl Unpin for RawTString
impl UnsafeUnpin for RawTString
impl UnwindSafe for RawTString
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