Fields
str: *mut c_char
len: size_t
allocated_len: size_t
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GString
impl !Send for GString
impl !Sync for GString
impl Unpin for GString
impl UnwindSafe for GString
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