#[repr(C)]pub struct CText { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for CText
impl RefUnwindSafe for CText
impl Send for CText
impl Sync for CText
impl Unpin for CText
impl UnwindSafe for CText
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