pub struct Strtab(/* private fields */);Expand description
Models the STRTAB_BLOCK block.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Strtab
impl RefUnwindSafe for Strtab
impl Send for Strtab
impl Sync for Strtab
impl Unpin for Strtab
impl UnwindSafe for Strtab
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