Struct gobject_sys::GEnumValue
source · #[repr(C)]pub struct GEnumValue {
pub value: c_int,
pub value_name: *const c_char,
pub value_nick: *const c_char,
}
Fields
value: c_int
value_name: *const c_char
value_nick: *const c_char
Trait Implementations
sourceimpl Clone for GEnumValue
impl Clone for GEnumValue
sourcefn clone(&self) -> GEnumValue
fn clone(&self) -> GEnumValue
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GEnumValue
impl Debug for GEnumValue
impl Copy for GEnumValue
Auto Trait Implementations
impl RefUnwindSafe for GEnumValue
impl !Send for GEnumValue
impl !Sync for GEnumValue
impl Unpin for GEnumValue
impl UnwindSafe for GEnumValue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more