Struct ffmpeg_sys_next::AVComponentDescriptor
source · #[repr(C)]pub struct AVComponentDescriptor {
pub plane: c_int,
pub step: c_int,
pub offset: c_int,
pub shift: c_int,
pub depth: c_int,
pub step_minus1: c_int,
pub depth_minus1: c_int,
pub offset_plus1: c_int,
}Fields§
§plane: c_intWhich of the 4 planes contains the component.
step: c_intNumber of elements between 2 horizontally consecutive pixels. Elements are bits for bitstream formats, bytes otherwise.
offset: c_intNumber of elements before the component of the first pixel. Elements are bits for bitstream formats, bytes otherwise.
shift: c_intNumber of least significant bits that must be shifted away to get the value.
depth: c_intNumber of bits in the component.
step_minus1: c_intdeprecated, use step instead
depth_minus1: c_intdeprecated, use depth instead
offset_plus1: c_intdeprecated, use offset instead
Trait Implementations§
source§impl Clone for AVComponentDescriptor
impl Clone for AVComponentDescriptor
source§fn clone(&self) -> AVComponentDescriptor
fn clone(&self) -> AVComponentDescriptor
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AVComponentDescriptor
impl Debug for AVComponentDescriptor
source§impl PartialEq for AVComponentDescriptor
impl PartialEq for AVComponentDescriptor
source§fn eq(&self, other: &AVComponentDescriptor) -> bool
fn eq(&self, other: &AVComponentDescriptor) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for AVComponentDescriptor
impl Eq for AVComponentDescriptor
impl StructuralPartialEq for AVComponentDescriptor
Auto Trait Implementations§
impl Freeze for AVComponentDescriptor
impl RefUnwindSafe for AVComponentDescriptor
impl Send for AVComponentDescriptor
impl Sync for AVComponentDescriptor
impl Unpin for AVComponentDescriptor
impl UnwindSafe for AVComponentDescriptor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)