Struct rogg::types::Flags[][src]

pub struct Flags { /* fields omitted */ }

Trait Implementations

impl Debug for Flags
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Flags
[src]

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

This method tests for !=.

impl From<u8> for Flags
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Flags

impl Sync for Flags