#[repr(C)]pub enum GParamFlags {
Readable = 1,
Writable = 2,
Readwrite = 3,
Construct = 4,
ConstructOnly = 8,
LaxValidation = 16,
StaticName = 32,
StaticNick = 64,
StaticBlurb = 128,
ExplicitNotify = 1_073_741_824,
Deprecated = 2_147_483_648,
}Variants§
Readable = 1
Writable = 2
Readwrite = 3
Construct = 4
ConstructOnly = 8
LaxValidation = 16
StaticName = 32
StaticNick = 64
StaticBlurb = 128
ExplicitNotify = 1_073_741_824
Deprecated = 2_147_483_648
Auto Trait Implementations§
impl Freeze for GParamFlags
impl RefUnwindSafe for GParamFlags
impl Send for GParamFlags
impl Sync for GParamFlags
impl Unpin for GParamFlags
impl UnwindSafe for GParamFlags
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