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]
impl Debug for GParamFlags
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for GParamFlags
[src]
impl Copy for GParamFlags
impl Clone for GParamFlags
[src]
impl Clone for GParamFlags
fn clone(&self) -> GParamFlags
[src]
fn clone(&self) -> GParamFlags
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for GParamFlags
[src]
impl PartialEq for GParamFlags
fn eq(&self, other: &GParamFlags) -> bool
[src]
fn eq(&self, other: &GParamFlags) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for GParamFlags
[src]
impl Eq for GParamFlags
impl Hash for GParamFlags
[src]
impl Hash for GParamFlags
Auto Trait Implementations
impl Send for GParamFlags
impl Send for GParamFlags
impl Sync for GParamFlags
impl Sync for GParamFlags