pub struct Gbrp16<const BE: bool = false>(/* private fields */);Available on crate feature
gbr only.Expand description
Zero-sized marker for the planar GBR 16-bit source format
(AV_PIX_FMT_GBRP16{LE,BE}). <const BE: bool> defaults to false.
Implementations§
Trait Implementations§
impl<const BE: bool> Copy for Gbrp16<BE>
impl<const BE: bool> Eq for Gbrp16<BE>
impl<const BE: bool> SourceFormat for Gbrp16<BE>
impl<const BE: bool> StructuralPartialEq for Gbrp16<BE>
Auto Trait Implementations§
impl<const BE: bool> Freeze for Gbrp16<BE>
impl<const BE: bool> RefUnwindSafe for Gbrp16<BE>
impl<const BE: bool> Send for Gbrp16<BE>
impl<const BE: bool> Sync for Gbrp16<BE>
impl<const BE: bool> Unpin for Gbrp16<BE>
impl<const BE: bool> UnsafeUnpin for Gbrp16<BE>
impl<const BE: bool> UnwindSafe for Gbrp16<BE>
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