#[repr(C)]pub struct _val64_string_ext {
pub _vs_match2: _val64_string_match2_t,
pub _vs_first_value: guint64,
pub _vs_num_entries: guint,
pub _vs_p: *const val64_string,
pub _vs_name: *const gchar,
}Fields§
§_vs_match2: _val64_string_match2_t§_vs_first_value: guint64§_vs_num_entries: guint§_vs_p: *const val64_string§_vs_name: *const gcharTrait Implementations§
Source§impl Clone for _val64_string_ext
impl Clone for _val64_string_ext
Source§fn clone(&self) -> _val64_string_ext
fn clone(&self) -> _val64_string_ext
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 _val64_string_ext
impl Debug for _val64_string_ext
impl Copy for _val64_string_ext
Auto Trait Implementations§
impl Freeze for _val64_string_ext
impl RefUnwindSafe for _val64_string_ext
impl !Send for _val64_string_ext
impl !Sync for _val64_string_ext
impl Unpin for _val64_string_ext
impl UnwindSafe for _val64_string_ext
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