Enum gobject_subclass::properties::PropertyMutability [−][src]
pub enum PropertyMutability { Readable, Writable, ReadWrite, }
Variants
Readable
Writable
ReadWrite
Trait Implementations
impl Clone for PropertyMutability
[src]
impl Clone for PropertyMutability
fn clone(&self) -> PropertyMutability
[src]
fn clone(&self) -> PropertyMutability
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 Copy for PropertyMutability
[src]
impl Copy for PropertyMutability
impl PartialEq for PropertyMutability
[src]
impl PartialEq for PropertyMutability
fn eq(&self, other: &PropertyMutability) -> bool
[src]
fn eq(&self, other: &PropertyMutability) -> 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 PropertyMutability
[src]
impl Eq for PropertyMutability
impl Debug for PropertyMutability
[src]
impl Debug for PropertyMutability
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 Into<GParamFlags> for PropertyMutability
[src]
impl Into<GParamFlags> for PropertyMutability
fn into(self) -> GParamFlags
[src]
fn into(self) -> GParamFlags
Performs the conversion.
Auto Trait Implementations
impl Send for PropertyMutability
impl Send for PropertyMutability
impl Sync for PropertyMutability
impl Sync for PropertyMutability