Struct windows_sys::Win32::Media::KernelStreaming::KSRATE
[−]#[repr(C)]pub struct KSRATE {
pub PresentationStart: i64,
pub Duration: i64,
pub Interface: KSIDENTIFIER,
pub Rate: i32,
pub Flags: u32,
}
Expand description
Required features: ‘Win32_Media_KernelStreaming’
Fields
PresentationStart: i64
Duration: i64
Interface: KSIDENTIFIER
Rate: i32
Flags: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KSRATE
impl Send for KSRATE
impl Sync for KSRATE
impl Unpin for KSRATE
impl UnwindSafe for KSRATE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more