pub struct Rgb444(/* private fields */);Available on crate feature
rgb-legacy only.Expand description
Zero-sized marker for the packed RGB444 (AV_PIX_FMT_RGB444LE) source format.
Implementations§
Trait Implementations§
impl Copy for Rgb444
impl Eq for Rgb444
impl SourceFormat for Rgb444
impl StructuralPartialEq for Rgb444
Auto Trait Implementations§
impl Freeze for Rgb444
impl RefUnwindSafe for Rgb444
impl Send for Rgb444
impl Sync for Rgb444
impl Unpin for Rgb444
impl UnsafeUnpin for Rgb444
impl UnwindSafe for Rgb444
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