Struct phper_sys::smart_string
source · [−]Fields
c: *mut c_char
len: size_t
a: size_t
Trait Implementations
sourceimpl Clone for smart_string
impl Clone for smart_string
sourcefn clone(&self) -> smart_string
fn clone(&self) -> smart_string
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for smart_string
impl Debug for smart_string
impl Copy for smart_string
Auto Trait Implementations
impl RefUnwindSafe for smart_string
impl !Send for smart_string
impl !Sync for smart_string
impl Unpin for smart_string
impl UnwindSafe for smart_string
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more