#[repr(C)]pub struct SPAUDIOSTATUS {
pub cbFreeBuffSpace: c_long,
pub cbNonBlockingIO: ULONG,
pub State: SPAUDIOSTATE,
pub CurSeekPos: ULONGLONG,
pub CurDevicePos: ULONGLONG,
pub dwAudioLevel: DWORD,
pub dwReserved2: DWORD,
}
Fields§
§cbFreeBuffSpace: c_long
§cbNonBlockingIO: ULONG
§State: SPAUDIOSTATE
§CurSeekPos: ULONGLONG
§CurDevicePos: ULONGLONG
§dwAudioLevel: DWORD
§dwReserved2: DWORD
Trait Implementations§
Source§impl Clone for SPAUDIOSTATUS
impl Clone for SPAUDIOSTATUS
Source§fn clone(&self) -> SPAUDIOSTATUS
fn clone(&self) -> SPAUDIOSTATUS
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 Default for SPAUDIOSTATUS
impl Default for SPAUDIOSTATUS
Source§fn default() -> SPAUDIOSTATUS
fn default() -> SPAUDIOSTATUS
Returns the “default value” for a type. Read more
impl Copy for SPAUDIOSTATUS
Auto Trait Implementations§
impl Freeze for SPAUDIOSTATUS
impl RefUnwindSafe for SPAUDIOSTATUS
impl Send for SPAUDIOSTATUS
impl Sync for SPAUDIOSTATUS
impl Unpin for SPAUDIOSTATUS
impl UnwindSafe for SPAUDIOSTATUS
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