#[repr(C)]pub struct REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO {
pub Version: u32,
pub Accurate: u32,
pub Supported: u32,
pub AccurateMask0: u32,
}
Fields§
§Version: u32
§Accurate: u32
§Supported: u32
§AccurateMask0: u32
Trait Implementations§
§impl Clone for REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO
impl Clone for REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO
§fn clone(&self) -> REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO
fn clone(&self) -> REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO
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 more§impl PartialEq for REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO
impl PartialEq for REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO
§fn eq(&self, other: &REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO) -> bool
fn eq(&self, other: &REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO
impl Eq for REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO
impl StructuralPartialEq for REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO
Auto Trait Implementations§
impl Freeze for REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO
impl RefUnwindSafe for REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO
impl Send for REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO
impl Sync for REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO
impl Unpin for REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO
impl UnwindSafe for REDBOOK_DIGITAL_AUDIO_EXTRACTION_INFO
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)