Struct gobject_sys::GFlagsClass
source · #[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 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