Struct rogg::types::OggPage[][src]

pub struct OggPage<'a> {
    pub header: OggHeader<'a>,
    pub data: &'a [u8],
}

Fields

Methods

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

Trait Implementations

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

Formats the value using the given formatter. Read more

impl<'a> PartialEq for OggPage<'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 OggPage<'a>

impl<'a> Sync for OggPage<'a>