Struct windows_sys::Win32::Media::DirectShow::AM_COLCON
[−]#[repr(C)]pub struct AM_COLCON {
pub _bitfield1: u8,
pub _bitfield2: u8,
pub _bitfield3: u8,
pub _bitfield4: u8,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
_bitfield1: u8
_bitfield2: u8
_bitfield3: u8
_bitfield4: u8
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AM_COLCON
impl Send for AM_COLCON
impl Sync for AM_COLCON
impl Unpin for AM_COLCON
impl UnwindSafe for AM_COLCON
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