Enum vips_sys::GParamFlags
[−]
[src]
#[repr(i32)]pub enum GParamFlags { G_PARAM_READABLE, G_PARAM_WRITABLE, G_PARAM_READWRITE, G_PARAM_CONSTRUCT, G_PARAM_CONSTRUCT_ONLY, G_PARAM_LAX_VALIDATION, G_PARAM_STATIC_NAME, G_PARAM_STATIC_NICK, G_PARAM_STATIC_BLURB, G_PARAM_EXPLICIT_NOTIFY, G_PARAM_DEPRECATED, }
Variants
G_PARAM_READABLE
G_PARAM_WRITABLE
G_PARAM_READWRITE
G_PARAM_CONSTRUCT
G_PARAM_CONSTRUCT_ONLY
G_PARAM_LAX_VALIDATION
G_PARAM_STATIC_NAME
G_PARAM_STATIC_NICK
G_PARAM_STATIC_BLURB
G_PARAM_EXPLICIT_NOTIFY
G_PARAM_DEPRECATED
Trait Implementations
impl Debug for GParamFlags
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for GParamFlags
[src]
impl Clone for GParamFlags
[src]
fn clone(&self) -> GParamFlags
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl PartialEq for GParamFlags
[src]
fn eq(&self, __arg_0: &GParamFlags) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.