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