Struct domain::bits::opt::Opt[][src]

pub struct Opt<'a>(_);

Methods

impl<'a> Opt<'a>
[src]

Important traits for OptIter<'a, O>

Trait Implementations

impl<'a> Clone for Opt<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Opt<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> RecordData for Opt<'a>
[src]

Returns the record type for this record data instance. Read more

Appends the record data to the end of a composer.

impl<'a> ParsedRecordData<'a> for Opt<'a>
[src]

Parses the record data out of a parser. Read more

Auto Trait Implementations

impl<'a> Send for Opt<'a>

impl<'a> Sync for Opt<'a>