Struct windows_sys::Win32::Media::Multimedia::MCI_OVLY_RECT_PARMS
[−]Expand description
Required features: ‘Win32_Media_Multimedia’, ‘Win32_Foundation’
Fields
dwCallback: usize
rc: RECT
Trait Implementations
impl Clone for MCI_OVLY_RECT_PARMS
impl Clone for MCI_OVLY_RECT_PARMS
impl Copy for MCI_OVLY_RECT_PARMS
Auto Trait Implementations
impl RefUnwindSafe for MCI_OVLY_RECT_PARMS
impl Send for MCI_OVLY_RECT_PARMS
impl Sync for MCI_OVLY_RECT_PARMS
impl Unpin for MCI_OVLY_RECT_PARMS
impl UnwindSafe for MCI_OVLY_RECT_PARMS
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