pub struct NcString { /* private fields */ }Expand description
A wrapped CString accepted by widgets.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NcString
impl RefUnwindSafe for NcString
impl Send for NcString
impl Sync for NcString
impl Unpin for NcString
impl UnwindSafe for NcString
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