Struct windows_sys::Win32::Media::DirectShow::PID_BITS_MIDL
[−]#[repr(C, packed(1))]pub struct PID_BITS_MIDL {
pub Bits: u16,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
Bits: u16
Trait Implementations
impl Clone for PID_BITS_MIDL
impl Clone for PID_BITS_MIDL
impl Copy for PID_BITS_MIDL
Auto Trait Implementations
impl RefUnwindSafe for PID_BITS_MIDL
impl Send for PID_BITS_MIDL
impl Sync for PID_BITS_MIDL
impl Unpin for PID_BITS_MIDL
impl UnwindSafe for PID_BITS_MIDL
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