#[repr(C)]pub struct KSWAVE_VOLUME {
pub LeftAttenuation: i32,
pub RightAttenuation: i32,
}Fields§
§LeftAttenuation: i32§RightAttenuation: i32Trait Implementations§
Source§impl Abi for KSWAVE_VOLUME
impl Abi for KSWAVE_VOLUME
Source§type Abi = KSWAVE_VOLUME
type Abi = KSWAVE_VOLUME
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for KSWAVE_VOLUME
impl Clone for KSWAVE_VOLUME
Source§fn clone(&self) -> KSWAVE_VOLUME
fn clone(&self) -> KSWAVE_VOLUME
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 KSWAVE_VOLUME
impl Debug for KSWAVE_VOLUME
Source§impl Default for KSWAVE_VOLUME
impl Default for KSWAVE_VOLUME
Source§impl PartialEq for KSWAVE_VOLUME
impl PartialEq for KSWAVE_VOLUME
impl Copy for KSWAVE_VOLUME
impl Eq for KSWAVE_VOLUME
Auto Trait Implementations§
impl Freeze for KSWAVE_VOLUME
impl RefUnwindSafe for KSWAVE_VOLUME
impl Send for KSWAVE_VOLUME
impl Sync for KSWAVE_VOLUME
impl Unpin for KSWAVE_VOLUME
impl UnwindSafe for KSWAVE_VOLUME
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