Struct windows::Win32::Media::DirectShow::AM_COLCON
#[repr(C)]pub struct AM_COLCON {
pub _bitfield1: u8,
pub _bitfield2: u8,
pub _bitfield3: u8,
pub _bitfield4: u8,
}
Fields§
§_bitfield1: u8
§_bitfield2: u8
§_bitfield3: u8
§_bitfield4: u8
Trait Implementations§
impl Copy for AM_COLCON
impl Eq for AM_COLCON
impl StructuralPartialEq for AM_COLCON
Auto Trait Implementations§
impl Freeze for AM_COLCON
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)