Struct windows_sys::Win32::Media::MediaFoundation::MF_LEAKY_BUCKET_PAIR
[−]Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
dwBitrate: u32
msBufferWindow: u32
Trait Implementations
impl Clone for MF_LEAKY_BUCKET_PAIR
impl Clone for MF_LEAKY_BUCKET_PAIR
impl Copy for MF_LEAKY_BUCKET_PAIR
Auto Trait Implementations
impl RefUnwindSafe for MF_LEAKY_BUCKET_PAIR
impl Send for MF_LEAKY_BUCKET_PAIR
impl Sync for MF_LEAKY_BUCKET_PAIR
impl Unpin for MF_LEAKY_BUCKET_PAIR
impl UnwindSafe for MF_LEAKY_BUCKET_PAIR
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