#[repr(C)]pub struct _string_string {
pub value: *const gchar,
pub strptr: *const gchar,
}Fields§
§value: *const gchar§strptr: *const gcharTrait Implementations§
Source§impl Clone for _string_string
impl Clone for _string_string
Source§fn clone(&self) -> _string_string
fn clone(&self) -> _string_string
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _string_string
impl Debug for _string_string
impl Copy for _string_string
Auto Trait Implementations§
impl Freeze for _string_string
impl RefUnwindSafe for _string_string
impl !Send for _string_string
impl !Sync for _string_string
impl Unpin for _string_string
impl UnwindSafe for _string_string
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