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