#[repr(C)]pub enum cudaVideoChromaFormat {
Monochrome = 0,
_420 = 1,
_422 = 2,
_444 = 3,
}Variants§
Trait Implementations§
Source§impl Clone for cudaVideoChromaFormat
impl Clone for cudaVideoChromaFormat
Source§fn clone(&self) -> cudaVideoChromaFormat
fn clone(&self) -> cudaVideoChromaFormat
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 cudaVideoChromaFormat
impl Debug for cudaVideoChromaFormat
Source§impl PartialEq for cudaVideoChromaFormat
impl PartialEq for cudaVideoChromaFormat
impl Copy for cudaVideoChromaFormat
impl Eq for cudaVideoChromaFormat
impl StructuralPartialEq for cudaVideoChromaFormat
Auto Trait Implementations§
impl Freeze for cudaVideoChromaFormat
impl RefUnwindSafe for cudaVideoChromaFormat
impl Send for cudaVideoChromaFormat
impl Sync for cudaVideoChromaFormat
impl Unpin for cudaVideoChromaFormat
impl UnsafeUnpin for cudaVideoChromaFormat
impl UnwindSafe for cudaVideoChromaFormat
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