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