[−][src]Struct ffmpeg_dev::sys::RLTable
RLTable.
Fields
n: c_int
< number of entries of table_vlc minus 1
last: c_int
< number of values for last = 0
table_vlc: *const [c_ushort; 2]
table_run: *const i8
table_level: *const i8
index_run: [*mut u8; 2]
< encoding only
max_level: [*mut i8; 2]
< encoding & decoding
max_run: [*mut i8; 2]
< encoding & decoding
rl_vlc: [*mut RL_VLC_ELEM; 32]
< decoding only
Trait Implementations
Auto Trait Implementations
impl !Send for RLTable
impl !Sync for RLTable
impl Unpin for RLTable
impl UnwindSafe for RLTable
impl RefUnwindSafe for RLTable
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,