#[repr(C, packed(1))]pub struct WM_LEAKY_BUCKET_PAIR {
pub dwBitrate: u32,
pub msBufferWindow: u32,
}
Expand description
Required features: "Win32_Media_WindowsMediaFormat"
Fields
dwBitrate: u32
msBufferWindow: u32
Trait Implementations
impl Clone for WM_LEAKY_BUCKET_PAIR
impl Clone for WM_LEAKY_BUCKET_PAIR
impl Copy for WM_LEAKY_BUCKET_PAIR
Auto Trait Implementations
impl RefUnwindSafe for WM_LEAKY_BUCKET_PAIR
impl Send for WM_LEAKY_BUCKET_PAIR
impl Sync for WM_LEAKY_BUCKET_PAIR
impl Unpin for WM_LEAKY_BUCKET_PAIR
impl UnwindSafe for WM_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