Struct glib::FlagsValue[][src]

pub struct FlagsValue(_, _);

Representation of a single flags value of a FlagsClass.

Methods

impl FlagsValue
[src]

Get integer value corresponding to the value.

Get name corresponding to the value.

Get nick corresponding to the value.

Convert flags value to a Value.

Important traits for Vec<u8>

Convert flags values from a Value. This returns all flags that are set.

Get FlagsClass to which the flags value belongs.

Trait Implementations

impl Debug for FlagsValue
[src]

Formats the value using the given formatter. Read more

impl Clone for FlagsValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FlagsValue
[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 FlagsValue
[src]

Auto Trait Implementations

impl !Send for FlagsValue

impl !Sync for FlagsValue