#[repr(C)]pub struct KSAUDIOENGINE_BUFFER_SIZE_RANGE {
pub MinBufferBytes: u32,
pub MaxBufferBytes: u32,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
MinBufferBytes: u32
MaxBufferBytes: u32
Trait Implementations
impl Clone for KSAUDIOENGINE_BUFFER_SIZE_RANGE
impl Clone for KSAUDIOENGINE_BUFFER_SIZE_RANGE
impl Copy for KSAUDIOENGINE_BUFFER_SIZE_RANGE
Auto Trait Implementations
impl RefUnwindSafe for KSAUDIOENGINE_BUFFER_SIZE_RANGE
impl Send for KSAUDIOENGINE_BUFFER_SIZE_RANGE
impl Sync for KSAUDIOENGINE_BUFFER_SIZE_RANGE
impl Unpin for KSAUDIOENGINE_BUFFER_SIZE_RANGE
impl UnwindSafe for KSAUDIOENGINE_BUFFER_SIZE_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