#[repr(C)]pub struct StringHeader { /* private fields */ }
Trait Implementations§
Source§impl Debug for StringHeader
impl Debug for StringHeader
Source§impl Default for StringHeader
impl Default for StringHeader
Source§fn default() -> StringHeader
fn default() -> StringHeader
Returns the “default value” for a type. Read more
Auto 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