#[repr(C)]pub struct Gqstring {
pub status: Gistat,
pub string: *mut Gchar,
}Fields§
§status: Gistat§string: *mut GcharTrait Implementations§
Auto Trait Implementations§
impl Freeze for Gqstring
impl RefUnwindSafe for Gqstring
impl !Send for Gqstring
impl !Sync for Gqstring
impl Unpin for Gqstring
impl UnwindSafe for Gqstring
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