#[repr(C)]pub struct AudioInputProgress {
pub nStreamID: INT32,
pub uQueueMSec: UINT32,
pub uElapsedMSec: UINT32,
}Fields§
§nStreamID: INT32§uQueueMSec: UINT32§uElapsedMSec: UINT32Trait Implementations§
Source§impl Clone for AudioInputProgress
impl Clone for AudioInputProgress
Source§fn clone(&self) -> AudioInputProgress
fn clone(&self) -> AudioInputProgress
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 AudioInputProgress
impl Debug for AudioInputProgress
Source§impl Default for AudioInputProgress
impl Default for AudioInputProgress
Source§fn default() -> AudioInputProgress
fn default() -> AudioInputProgress
Returns the “default value” for a type. Read more
impl Copy for AudioInputProgress
Auto Trait Implementations§
impl Freeze for AudioInputProgress
impl RefUnwindSafe for AudioInputProgress
impl Send for AudioInputProgress
impl Sync for AudioInputProgress
impl Unpin for AudioInputProgress
impl UnwindSafe for AudioInputProgress
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