pub struct Pal8(/* private fields */);Available on crate feature
mono only.Expand description
Zero-sized marker for the 8-bit indexed-color (AV_PIX_FMT_PAL8)
source format.
Used as the F type parameter on colconv::sinker::MixedSinker
and as a crate::SourceFormat bound on Pal8-specific sinks.
Implementations§
Trait Implementations§
impl Copy for Pal8
impl Eq for Pal8
impl SourceFormat for Pal8
impl StructuralPartialEq for Pal8
Auto Trait Implementations§
impl Freeze for Pal8
impl RefUnwindSafe for Pal8
impl Send for Pal8
impl Sync for Pal8
impl Unpin for Pal8
impl UnsafeUnpin for Pal8
impl UnwindSafe for Pal8
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