#[repr(transparent)]pub struct AVChromaLocation(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl AVChromaLocation
impl AVChromaLocation
pub const UNSPECIFIED: AVChromaLocation
pub const LEFT: AVChromaLocation
pub const CENTER: AVChromaLocation
pub const TOPLEFT: AVChromaLocation
pub const TOP: AVChromaLocation
pub const BOTTOMLEFT: AVChromaLocation
pub const BOTTOM: AVChromaLocation
pub const NB: AVChromaLocation
Trait Implementations§
Source§impl Clone for AVChromaLocation
impl Clone for AVChromaLocation
Source§fn clone(&self) -> AVChromaLocation
fn clone(&self) -> AVChromaLocation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AVChromaLocation
Source§impl Debug for AVChromaLocation
impl Debug for AVChromaLocation
impl Eq for AVChromaLocation
Source§impl Hash for AVChromaLocation
impl Hash for AVChromaLocation
Source§impl PartialEq for AVChromaLocation
impl PartialEq for AVChromaLocation
impl StructuralPartialEq for AVChromaLocation
Auto Trait Implementations§
impl Freeze for AVChromaLocation
impl RefUnwindSafe for AVChromaLocation
impl Send for AVChromaLocation
impl Sync for AVChromaLocation
impl Unpin for AVChromaLocation
impl UnsafeUnpin for AVChromaLocation
impl UnwindSafe for AVChromaLocation
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