Struct x264::Unit [] [src]

pub struct Unit<'a> { /* fields omitted */ }

A single NAL unit.

Methods

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

[src]

How crucial this unit is regarding the decoding of the video.

Trait Implementations

impl<'a> AsRef<[u8]> for Unit<'a>
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl<'a> Send for Unit<'a>

impl<'a> Sync for Unit<'a>