Struct windows_sys::Win32::Media::Multimedia::s_RIFFWAVE_inst
#[repr(C)]pub struct s_RIFFWAVE_inst {
pub bUnshiftedNote: u8,
pub chFineTune: i8,
pub chGain: i8,
pub bLowNote: u8,
pub bHighNote: u8,
pub bLowVelocity: u8,
pub bHighVelocity: u8,
}
Fields§
§bUnshiftedNote: u8
§chFineTune: i8
§chGain: i8
§bLowNote: u8
§bHighNote: u8
§bLowVelocity: u8
§bHighVelocity: u8
Trait Implementations§
§impl Clone for s_RIFFWAVE_inst
impl Clone for s_RIFFWAVE_inst
§fn clone(&self) -> s_RIFFWAVE_inst
fn clone(&self) -> s_RIFFWAVE_inst
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 s_RIFFWAVE_inst
Auto Trait Implementations§
impl Freeze for s_RIFFWAVE_inst
impl RefUnwindSafe for s_RIFFWAVE_inst
impl Send for s_RIFFWAVE_inst
impl Sync for s_RIFFWAVE_inst
impl Unpin for s_RIFFWAVE_inst
impl UnwindSafe for s_RIFFWAVE_inst
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
)