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