pub enum CVImageBufferAlphaChannelMode {
StraightAlpha,
PremultipliedAlpha,
}Variants§
Trait Implementations§
Source§impl From<CVImageBufferAlphaChannelMode> for CFStringRef
impl From<CVImageBufferAlphaChannelMode> for CFStringRef
Source§fn from(alpha_channel_mode: CVImageBufferAlphaChannelMode) -> CFStringRef
fn from(alpha_channel_mode: CVImageBufferAlphaChannelMode) -> CFStringRef
Converts to this type from the input type.
Source§impl From<CVImageBufferAlphaChannelMode> for CFString
impl From<CVImageBufferAlphaChannelMode> for CFString
Source§fn from(alpha_channel_mode: CVImageBufferAlphaChannelMode) -> CFString
fn from(alpha_channel_mode: CVImageBufferAlphaChannelMode) -> CFString
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CVImageBufferAlphaChannelMode
impl RefUnwindSafe for CVImageBufferAlphaChannelMode
impl Send for CVImageBufferAlphaChannelMode
impl Sync for CVImageBufferAlphaChannelMode
impl Unpin for CVImageBufferAlphaChannelMode
impl UnwindSafe for CVImageBufferAlphaChannelMode
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