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