pub struct YUVLayout(/* private fields */);Expand description
C++ enum: QPixelFormat::YUVLayout.
Implementations§
Trait Implementations§
impl Copy for YUVLayout
impl Eq for YUVLayout
impl StructuralPartialEq for YUVLayout
Auto Trait Implementations§
impl Freeze for YUVLayout
impl RefUnwindSafe for YUVLayout
impl Send for YUVLayout
impl Sync for YUVLayout
impl Unpin for YUVLayout
impl UnsafeUnpin for YUVLayout
impl UnwindSafe for YUVLayout
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