#[repr(u32)]pub enum GBindingFlags {
G_BINDING_DEFAULT = 0,
G_BINDING_BIDIRECTIONAL = 1,
G_BINDING_SYNC_CREATE = 2,
G_BINDING_INVERT_BOOLEAN = 4,
}Variants§
G_BINDING_DEFAULT = 0
G_BINDING_BIDIRECTIONAL = 1
G_BINDING_SYNC_CREATE = 2
G_BINDING_INVERT_BOOLEAN = 4
Trait Implementations§
Source§impl Clone for GBindingFlags
impl Clone for GBindingFlags
Source§fn clone(&self) -> GBindingFlags
fn clone(&self) -> GBindingFlags
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 GBindingFlags
impl Debug for GBindingFlags
Source§impl Hash for GBindingFlags
impl Hash for GBindingFlags
Source§impl PartialEq for GBindingFlags
impl PartialEq for GBindingFlags
impl Copy for GBindingFlags
impl Eq for GBindingFlags
impl StructuralPartialEq for GBindingFlags
Auto Trait Implementations§
impl Freeze for GBindingFlags
impl RefUnwindSafe for GBindingFlags
impl Send for GBindingFlags
impl Sync for GBindingFlags
impl Unpin for GBindingFlags
impl UnwindSafe for GBindingFlags
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