Struct MF_LEAKY_BUCKET_PAIR
#[repr(C)]pub struct MF_LEAKY_BUCKET_PAIR {
pub dwBitrate: u32,
pub msBufferWindow: u32,
}
Fields§
§dwBitrate: u32
§msBufferWindow: u32
Trait Implementations§
§impl Clone for MF_LEAKY_BUCKET_PAIR
impl Clone for MF_LEAKY_BUCKET_PAIR
§fn clone(&self) -> MF_LEAKY_BUCKET_PAIR
fn clone(&self) -> MF_LEAKY_BUCKET_PAIR
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for MF_LEAKY_BUCKET_PAIR
impl Debug for MF_LEAKY_BUCKET_PAIR
§impl Default for MF_LEAKY_BUCKET_PAIR
impl Default for MF_LEAKY_BUCKET_PAIR
§impl PartialEq for MF_LEAKY_BUCKET_PAIR
impl PartialEq for MF_LEAKY_BUCKET_PAIR
impl Copy for MF_LEAKY_BUCKET_PAIR
impl StructuralPartialEq for MF_LEAKY_BUCKET_PAIR
Auto Trait Implementations§
impl Freeze for MF_LEAKY_BUCKET_PAIR
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more