Struct glib::FlagsValue [] [src]

pub struct FlagsValue(_, _);

Representation of a single flags value of a FlagsClass.

Methods

impl FlagsValue
[src]

[src]

Get integer value corresponding to the value.

[src]

Get name corresponding to the value.

[src]

Get nick corresponding to the value.

[src]

Convert flags value to a Value.

Important traits for Vec<u8>
[src]

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

[src]

Get FlagsClass to which the flags value belongs.

Trait Implementations

impl Debug for FlagsValue
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for FlagsValue
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for FlagsValue
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for FlagsValue
[src]

Auto Trait Implementations

impl !Send for FlagsValue

impl !Sync for FlagsValue