pub enum CVImageBufferChromaLocation {
Left,
Center,
TopLeft,
Top,
BottomLeft,
Bottom,
DV420,
}Variants§
Trait Implementations§
Source§impl From<CVImageBufferChromaLocation> for CFStringRef
impl From<CVImageBufferChromaLocation> for CFStringRef
Source§fn from(chroma_location: CVImageBufferChromaLocation) -> CFStringRef
fn from(chroma_location: CVImageBufferChromaLocation) -> CFStringRef
Converts to this type from the input type.
Source§impl From<CVImageBufferChromaLocation> for CFString
impl From<CVImageBufferChromaLocation> for CFString
Source§fn from(chroma_location: CVImageBufferChromaLocation) -> CFString
fn from(chroma_location: CVImageBufferChromaLocation) -> CFString
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CVImageBufferChromaLocation
impl RefUnwindSafe for CVImageBufferChromaLocation
impl Send for CVImageBufferChromaLocation
impl Sync for CVImageBufferChromaLocation
impl Unpin for CVImageBufferChromaLocation
impl UnwindSafe for CVImageBufferChromaLocation
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