Enum gobject_subclass::properties::PropertyMutability[][src]

pub enum PropertyMutability {
    Readable,
    Writable,
    ReadWrite,
}

Variants

Trait Implementations

impl Clone for PropertyMutability
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PropertyMutability
[src]

impl PartialEq for PropertyMutability
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for PropertyMutability
[src]

impl Debug for PropertyMutability
[src]

Formats the value using the given formatter. Read more

impl Into<GParamFlags> for PropertyMutability
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for PropertyMutability

impl Sync for PropertyMutability