#[repr(C)]pub struct CVPlanarPixelBufferInfo_YCbCrBiPlanar {
pub componentInfoY: CVPlanarComponentInfo,
pub componentInfoCbCr: CVPlanarComponentInfo,
}Fields§
§componentInfoY: CVPlanarComponentInfo§componentInfoCbCr: CVPlanarComponentInfoAuto Trait Implementations§
impl Freeze for CVPlanarPixelBufferInfo_YCbCrBiPlanar
impl RefUnwindSafe for CVPlanarPixelBufferInfo_YCbCrBiPlanar
impl Send for CVPlanarPixelBufferInfo_YCbCrBiPlanar
impl Sync for CVPlanarPixelBufferInfo_YCbCrBiPlanar
impl Unpin for CVPlanarPixelBufferInfo_YCbCrBiPlanar
impl UnwindSafe for CVPlanarPixelBufferInfo_YCbCrBiPlanar
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