#[repr(C)]pub struct WebMVP8Codec {
pub __bindgen_anon_1: WebMVP8Codec__bindgen_ty_1,
pub nEncodeDeadline: UINT32,
}Fields§
§__bindgen_anon_1: WebMVP8Codec__bindgen_ty_1§nEncodeDeadline: UINT32Trait Implementations§
Source§impl Clone for WebMVP8Codec
impl Clone for WebMVP8Codec
Source§fn clone(&self) -> WebMVP8Codec
fn clone(&self) -> WebMVP8Codec
Returns a duplicate 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 moreSource§impl Default for WebMVP8Codec
impl Default for WebMVP8Codec
impl Copy for WebMVP8Codec
Auto Trait Implementations§
impl Freeze for WebMVP8Codec
impl RefUnwindSafe for WebMVP8Codec
impl Send for WebMVP8Codec
impl Sync for WebMVP8Codec
impl Unpin for WebMVP8Codec
impl UnwindSafe for WebMVP8Codec
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