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