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