Struct SPEVENT
#[repr(C)]pub struct SPEVENT {
pub _bitfield: i32,
pub ulStreamNum: u32,
pub ullAudioStreamOffset: u64,
pub wParam: WPARAM,
pub lParam: LPARAM,
}
Fields§
§_bitfield: i32
§ulStreamNum: u32
§ullAudioStreamOffset: u64
§wParam: WPARAM
§lParam: LPARAM
Trait Implementations§
impl Copy for SPEVENT
impl StructuralPartialEq for SPEVENT
Auto Trait Implementations§
impl Freeze for SPEVENT
impl RefUnwindSafe for SPEVENT
impl Send for SPEVENT
impl Sync for SPEVENT
impl Unpin for SPEVENT
impl UnwindSafe for SPEVENT
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