Enum nvidia_video_codec_sdk::sys::nvcuvid::cudaAudioCodec
source · #[repr(u32)]pub enum cudaAudioCodec {
cudaAudioCodec_MPEG1,
cudaAudioCodec_MPEG2,
cudaAudioCodec_MP3,
cudaAudioCodec_AC3,
cudaAudioCodec_LPCM,
cudaAudioCodec_AAC,
}
Variants§
cudaAudioCodec_MPEG1
cudaAudioCodec_MPEG2
cudaAudioCodec_MP3
cudaAudioCodec_AC3
cudaAudioCodec_LPCM
cudaAudioCodec_AAC
Trait Implementations§
source§impl Clone for cudaAudioCodec
impl Clone for cudaAudioCodec
source§fn clone(&self) -> cudaAudioCodec
fn clone(&self) -> cudaAudioCodec
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 cudaAudioCodec
impl Debug for cudaAudioCodec
source§impl Hash for cudaAudioCodec
impl Hash for cudaAudioCodec
source§impl Ord for cudaAudioCodec
impl Ord for cudaAudioCodec
source§fn cmp(&self, other: &cudaAudioCodec) -> Ordering
fn cmp(&self, other: &cudaAudioCodec) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<cudaAudioCodec> for cudaAudioCodec
impl PartialEq<cudaAudioCodec> for cudaAudioCodec
source§fn eq(&self, other: &cudaAudioCodec) -> bool
fn eq(&self, other: &cudaAudioCodec) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<cudaAudioCodec> for cudaAudioCodec
impl PartialOrd<cudaAudioCodec> for cudaAudioCodec
source§fn partial_cmp(&self, other: &cudaAudioCodec) -> Option<Ordering>
fn partial_cmp(&self, other: &cudaAudioCodec) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for cudaAudioCodec
impl Eq for cudaAudioCodec
impl StructuralEq for cudaAudioCodec
impl StructuralPartialEq for cudaAudioCodec
Auto Trait Implementations§
impl RefUnwindSafe for cudaAudioCodec
impl Send for cudaAudioCodec
impl Sync for cudaAudioCodec
impl Unpin for cudaAudioCodec
impl UnwindSafe for cudaAudioCodec
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