pub struct CText<'s> { /* private fields */ }Expand description
Wrapper for reduce allocation
Implementations§
Trait Implementations§
impl<'s> Copy for CText<'s>
Auto Trait Implementations§
impl<'s> Freeze for CText<'s>
impl<'s> RefUnwindSafe for CText<'s>
impl<'s> Send for CText<'s>
impl<'s> Sync for CText<'s>
impl<'s> Unpin for CText<'s>
impl<'s> UnwindSafe for CText<'s>
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