#[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 duplicate 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
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