Struct rogg::types::OggHeader[][src]

pub struct OggHeader<'a> {
    pub flags: Flags,
    pub pos: GranulePosition,
    pub serial_number: u32,
    pub sequence_number: u32,
    pub crc32: u32,
    pub segment_table: &'a [u8],
}

Fields

Methods

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

Trait Implementations

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

Formats the value using the given formatter. Read more

impl<'a> PartialEq for OggHeader<'a>
[src]

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

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for OggHeader<'a>

impl<'a> Sync for OggHeader<'a>