Enum core_video::base::CVTimeFlags
source · #[repr(i32)]pub enum CVTimeFlags {
kCVTimeIsIndefinite = 1,
}Variants§
kCVTimeIsIndefinite = 1
Trait Implementations§
source§impl Clone for CVTimeFlags
impl Clone for CVTimeFlags
source§fn clone(&self) -> CVTimeFlags
fn clone(&self) -> CVTimeFlags
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 CVTimeFlags
impl Debug for CVTimeFlags
source§impl PartialEq for CVTimeFlags
impl PartialEq for CVTimeFlags
source§fn eq(&self, other: &CVTimeFlags) -> bool
fn eq(&self, other: &CVTimeFlags) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for CVTimeFlags
impl Eq for CVTimeFlags
impl StructuralPartialEq for CVTimeFlags
Auto Trait Implementations§
impl Freeze for CVTimeFlags
impl RefUnwindSafe for CVTimeFlags
impl Send for CVTimeFlags
impl Sync for CVTimeFlags
impl Unpin for CVTimeFlags
impl UnwindSafe for CVTimeFlags
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