#[repr(u32)]pub enum cudaAudioCodec {
cudaAudioCodec_MPEG1 = 0,
cudaAudioCodec_MPEG2 = 1,
cudaAudioCodec_MP3 = 2,
cudaAudioCodec_AC3 = 3,
cudaAudioCodec_LPCM = 4,
cudaAudioCodec_AAC = 5,
}
Variants§
cudaAudioCodec_MPEG1 = 0
cudaAudioCodec_MPEG2 = 1
cudaAudioCodec_MP3 = 2
cudaAudioCodec_AC3 = 3
cudaAudioCodec_LPCM = 4
cudaAudioCodec_AAC = 5
Trait Implementations§
Source§impl Clone for cudaAudioCodec
impl Clone for cudaAudioCodec
Source§fn clone(&self) -> cudaAudioCodec
fn clone(&self) -> cudaAudioCodec
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 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 for cudaAudioCodec
impl PartialEq for cudaAudioCodec
Source§impl PartialOrd for cudaAudioCodec
impl PartialOrd for cudaAudioCodec
impl Copy for cudaAudioCodec
impl Eq for cudaAudioCodec
impl StructuralPartialEq for cudaAudioCodec
Auto Trait Implementations§
impl Freeze for cudaAudioCodec
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