Struct windows_sys::Win32::Media::DirectShow::BDA_CAS_CLOSEMMIDATA
[−]#[repr(C)]pub struct BDA_CAS_CLOSEMMIDATA {
pub ulDialogNumber: u32,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
ulDialogNumber: u32
Trait Implementations
impl Clone for BDA_CAS_CLOSEMMIDATA
impl Clone for BDA_CAS_CLOSEMMIDATA
impl Copy for BDA_CAS_CLOSEMMIDATA
Auto Trait Implementations
impl RefUnwindSafe for BDA_CAS_CLOSEMMIDATA
impl Send for BDA_CAS_CLOSEMMIDATA
impl Sync for BDA_CAS_CLOSEMMIDATA
impl Unpin for BDA_CAS_CLOSEMMIDATA
impl UnwindSafe for BDA_CAS_CLOSEMMIDATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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