Struct WM_LEAKY_BUCKET_PAIR
#[repr(C, packed(1))]pub struct WM_LEAKY_BUCKET_PAIR {
pub dwBitrate: u32,
pub msBufferWindow: u32,
}
Fields§
§dwBitrate: u32
§msBufferWindow: u32
Trait Implementations§
§impl Clone for WM_LEAKY_BUCKET_PAIR
impl Clone for WM_LEAKY_BUCKET_PAIR
§fn clone(&self) -> WM_LEAKY_BUCKET_PAIR
fn clone(&self) -> WM_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 moreimpl Copy for WM_LEAKY_BUCKET_PAIR
Auto Trait Implementations§
impl Freeze for WM_LEAKY_BUCKET_PAIR
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§
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