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