Struct windows_sys::Win32::Media::Multimedia::ICSETSTATUSPROC
[−]Expand description
Required features: "Win32_Media_Multimedia"
, "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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more