#[repr(C)]pub enum GBindingFlags {
Default = 0,
Bidirectional = 1,
SyncCreate = 2,
InvertBoolean = 4,
}Variants§
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