Struct GFlagsClass
#[repr(C)]pub struct GFlagsClass {
pub g_type_class: GTypeClass,
pub mask: u32,
pub n_values: u32,
pub values: *mut GFlagsValue,
}Fields§
§g_type_class: GTypeClass§mask: u32§n_values: u32§values: *mut GFlagsValueTrait Implementations§
§impl Clone for GFlagsClass
impl Clone for GFlagsClass
§fn clone(&self) -> GFlagsClass
fn clone(&self) -> GFlagsClass
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 more§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,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more