#[repr(C)]pub struct _value_string {
pub value: guint32,
pub strptr: *const gchar,
}Fields§
§value: guint32§strptr: *const gcharTrait Implementations§
Source§impl Clone for _value_string
impl Clone for _value_string
Source§fn clone(&self) -> _value_string
fn clone(&self) -> _value_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 _value_string
impl Debug for _value_string
impl Copy for _value_string
Auto Trait Implementations§
impl Freeze for _value_string
impl RefUnwindSafe for _value_string
impl !Send for _value_string
impl !Sync for _value_string
impl Unpin for _value_string
impl UnwindSafe for _value_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