Struct KSAUDIO_MIX_CAPS
#[repr(C)]pub struct KSAUDIO_MIX_CAPS {
pub Mute: BOOL,
pub Minimum: i32,
pub Maximum: i32,
pub Anonymous: KSAUDIO_MIX_CAPS_0,
}
Fields§
§Mute: BOOL
§Minimum: i32
§Maximum: i32
§Anonymous: KSAUDIO_MIX_CAPS_0
Trait Implementations§
§impl Clone for KSAUDIO_MIX_CAPS
impl Clone for KSAUDIO_MIX_CAPS
§fn clone(&self) -> KSAUDIO_MIX_CAPS
fn clone(&self) -> KSAUDIO_MIX_CAPS
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 moreimpl Copy for KSAUDIO_MIX_CAPS
Auto Trait Implementations§
impl Freeze for KSAUDIO_MIX_CAPS
impl RefUnwindSafe for KSAUDIO_MIX_CAPS
impl Send for KSAUDIO_MIX_CAPS
impl Sync for KSAUDIO_MIX_CAPS
impl Unpin for KSAUDIO_MIX_CAPS
impl UnwindSafe for KSAUDIO_MIX_CAPS
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