Struct windows_sys::Win32::Media::Multimedia::ICSETSTATUSPROC
#[repr(C)]pub struct ICSETSTATUSPROC {
pub dwFlags: u32,
pub lParam: LPARAM,
pub Status: isize,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§dwFlags: u32
§lParam: LPARAM
§Status: isize
Trait Implementations§
§impl Clone for ICSETSTATUSPROC
impl Clone for ICSETSTATUSPROC
impl Copy for ICSETSTATUSPROC
Auto Trait Implementations§
impl RefUnwindSafe for ICSETSTATUSPROC
impl Send for ICSETSTATUSPROC
impl Sync for ICSETSTATUSPROC
impl Unpin for ICSETSTATUSPROC
impl UnwindSafe for ICSETSTATUSPROC
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