#[repr(C)]pub struct _GFlagsValue {
pub value: guint,
pub value_name: *const gchar,
pub value_nick: *const gchar,
}
Expand description
GFlagsValue: @value: the flags value @value_name: the name of the value @value_nick: the nickname of the value
A structure which contains a single flags value, its name, and its nickname.
Fields§
§value: guint
§value_name: *const gchar
§value_nick: *const gchar
Trait Implementations§
Source§impl Clone for _GFlagsValue
impl Clone for _GFlagsValue
Source§fn clone(&self) -> _GFlagsValue
fn clone(&self) -> _GFlagsValue
Returns a copy 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
Source§impl PartialEq for _GFlagsValue
impl PartialEq for _GFlagsValue
impl Copy for _GFlagsValue
impl Eq for _GFlagsValue
impl StructuralPartialEq 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