Struct windows_sys::Win32::Media::KernelStreaming::PIPE_TERMINATION
[−]#[repr(C)]pub struct PIPE_TERMINATION {
pub Flags: u32,
pub OutsideFactors: u32,
pub Weigth: u32,
pub PhysicalRange: KS_FRAMING_RANGE,
pub OptimalRange: KS_FRAMING_RANGE_WEIGHTED,
pub Compression: KS_COMPRESSION,
}Expand description
Required features: ‘Win32_Media_KernelStreaming’
Fields
Flags: u32OutsideFactors: u32Weigth: u32PhysicalRange: KS_FRAMING_RANGEOptimalRange: KS_FRAMING_RANGE_WEIGHTEDCompression: KS_COMPRESSIONTrait Implementations
impl Clone for PIPE_TERMINATION
impl Clone for PIPE_TERMINATION
impl Copy for PIPE_TERMINATION
Auto Trait Implementations
impl RefUnwindSafe for PIPE_TERMINATION
impl Send for PIPE_TERMINATION
impl Sync for PIPE_TERMINATION
impl Unpin for PIPE_TERMINATION
impl UnwindSafe for PIPE_TERMINATION
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