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