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