pub enum VorbisSetupCodebookLookupType {
None = 0,
Implicitly = 1,
Explicitly = 2,
}Expand description
Represents the lookup types for Vorbis setup codebooks.
Variants§
Trait Implementations§
source§impl From<u8> for VorbisSetupCodebookLookupType
impl From<u8> for VorbisSetupCodebookLookupType
source§impl PartialEq for VorbisSetupCodebookLookupType
impl PartialEq for VorbisSetupCodebookLookupType
source§fn eq(&self, other: &VorbisSetupCodebookLookupType) -> bool
fn eq(&self, other: &VorbisSetupCodebookLookupType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for VorbisSetupCodebookLookupType
impl PartialOrd for VorbisSetupCodebookLookupType
source§fn partial_cmp(&self, other: &VorbisSetupCodebookLookupType) -> Option<Ordering>
fn partial_cmp(&self, other: &VorbisSetupCodebookLookupType) -> 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 StructuralPartialEq for VorbisSetupCodebookLookupType
Auto Trait Implementations§
impl Freeze for VorbisSetupCodebookLookupType
impl RefUnwindSafe for VorbisSetupCodebookLookupType
impl Send for VorbisSetupCodebookLookupType
impl Sync for VorbisSetupCodebookLookupType
impl Unpin for VorbisSetupCodebookLookupType
impl UnwindSafe for VorbisSetupCodebookLookupType
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