#[repr(C)]pub struct GFlagsClass {
pub g_type_class: GTypeClass,
pub mask: c_uint,
pub n_values: c_uint,
pub values: *mut GFlagsValue,
}
Fields§
§g_type_class: GTypeClass
§mask: c_uint
§n_values: c_uint
§values: *mut GFlagsValue
Trait Implementations§
Source§impl Clone for GFlagsClass
impl Clone for GFlagsClass
Source§fn clone(&self) -> GFlagsClass
fn clone(&self) -> GFlagsClass
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 GFlagsClass
impl Debug for GFlagsClass
impl Copy for GFlagsClass
Auto Trait Implementations§
impl Freeze for GFlagsClass
impl RefUnwindSafe for GFlagsClass
impl !Send for GFlagsClass
impl !Sync for GFlagsClass
impl Unpin for GFlagsClass
impl UnwindSafe for GFlagsClass
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)