#[repr(i32)]pub enum CUDA_BitDepth {
EIGHT = 0,
SIXTEEN = 1,
UNCHANGED = 2,
}
Expand description
Bit depth of the frame returned by VideoReader::nextFrame() and VideoReader::retrieve()
Variants§
Trait Implementations§
Source§impl Clone for CUDA_BitDepth
impl Clone for CUDA_BitDepth
Source§fn clone(&self) -> CUDA_BitDepth
fn clone(&self) -> CUDA_BitDepth
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 CUDA_BitDepth
impl Debug for CUDA_BitDepth
Source§impl From<CUDA_BitDepth> for i32
impl From<CUDA_BitDepth> for i32
Source§fn from(v: CUDA_BitDepth) -> Self
fn from(v: CUDA_BitDepth) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CUDA_BitDepth
impl PartialEq for CUDA_BitDepth
Source§impl TryFrom<i32> for CUDA_BitDepth
impl TryFrom<i32> for CUDA_BitDepth
impl Copy for CUDA_BitDepth
impl Eq for CUDA_BitDepth
impl StructuralPartialEq for CUDA_BitDepth
Auto Trait Implementations§
impl Freeze for CUDA_BitDepth
impl RefUnwindSafe for CUDA_BitDepth
impl Send for CUDA_BitDepth
impl Sync for CUDA_BitDepth
impl Unpin for CUDA_BitDepth
impl UnwindSafe for CUDA_BitDepth
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