Enum core_video::base::CVSMPTETimeFlags
source · #[repr(u32)]pub enum CVSMPTETimeFlags {
kCVSMPTETimeValid = 1,
kCVSMPTETimeRunning = 2,
}Variants§
Trait Implementations§
source§impl Clone for CVSMPTETimeFlags
impl Clone for CVSMPTETimeFlags
source§fn clone(&self) -> CVSMPTETimeFlags
fn clone(&self) -> CVSMPTETimeFlags
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CVSMPTETimeFlags
impl Debug for CVSMPTETimeFlags
source§impl PartialEq for CVSMPTETimeFlags
impl PartialEq for CVSMPTETimeFlags
source§fn eq(&self, other: &CVSMPTETimeFlags) -> bool
fn eq(&self, other: &CVSMPTETimeFlags) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for CVSMPTETimeFlags
impl Eq for CVSMPTETimeFlags
impl StructuralPartialEq for CVSMPTETimeFlags
Auto Trait Implementations§
impl Freeze for CVSMPTETimeFlags
impl RefUnwindSafe for CVSMPTETimeFlags
impl Send for CVSMPTETimeFlags
impl Sync for CVSMPTETimeFlags
impl Unpin for CVSMPTETimeFlags
impl UnwindSafe for CVSMPTETimeFlags
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