pub struct StringHeader {
pub byte_count: u16,
pub capacity: u16,
pub heap_offset: u32,
}Fields§
§byte_count: u16§capacity: u16§heap_offset: u32Auto Trait Implementations§
impl Freeze for StringHeader
impl RefUnwindSafe for StringHeader
impl Send for StringHeader
impl Sync for StringHeader
impl Unpin for StringHeader
impl UnwindSafe for StringHeader
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