#[repr(u32)]pub enum GTypeFlags {
G_TYPE_FLAG_NONE = 0,
G_TYPE_FLAG_ABSTRACT = 16,
G_TYPE_FLAG_VALUE_ABSTRACT = 32,
G_TYPE_FLAG_FINAL = 64,
G_TYPE_FLAG_DEPRECATED = 128,
}Variants§
G_TYPE_FLAG_NONE = 0
G_TYPE_FLAG_ABSTRACT = 16
G_TYPE_FLAG_VALUE_ABSTRACT = 32
G_TYPE_FLAG_FINAL = 64
G_TYPE_FLAG_DEPRECATED = 128
Trait Implementations§
Source§impl Clone for GTypeFlags
impl Clone for GTypeFlags
Source§fn clone(&self) -> GTypeFlags
fn clone(&self) -> GTypeFlags
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 GTypeFlags
impl Debug for GTypeFlags
Source§impl Hash for GTypeFlags
impl Hash for GTypeFlags
Source§impl PartialEq for GTypeFlags
impl PartialEq for GTypeFlags
impl Copy for GTypeFlags
impl Eq for GTypeFlags
impl StructuralPartialEq for GTypeFlags
Auto Trait Implementations§
impl Freeze for GTypeFlags
impl RefUnwindSafe for GTypeFlags
impl Send for GTypeFlags
impl Sync for GTypeFlags
impl Unpin for GTypeFlags
impl UnwindSafe for GTypeFlags
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