Struct windows_sys::Win32::Media::Multimedia::s_RIFFWAVE_inst
[−]#[repr(C)]pub struct s_RIFFWAVE_inst {
pub bUnshiftedNote: u8,
pub chFineTune: CHAR,
pub chGain: CHAR,
pub bLowNote: u8,
pub bHighNote: u8,
pub bLowVelocity: u8,
pub bHighVelocity: u8,
}
Expand description
Required features: ‘Win32_Media_Multimedia’, ‘Win32_Foundation’
Fields
bUnshiftedNote: u8
chFineTune: CHAR
chGain: CHAR
bLowNote: u8
bHighNote: u8
bLowVelocity: u8
bHighVelocity: u8
Trait Implementations
impl Clone for s_RIFFWAVE_inst
impl Clone for s_RIFFWAVE_inst
impl Copy for s_RIFFWAVE_inst
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more