#[repr(transparent)]pub struct VideoEncoderBackend {
pub repr: i32,
}Fields§
§repr: i32Implementations§
Trait Implementations§
Source§impl Clone for VideoEncoderBackend
impl Clone for VideoEncoderBackend
impl Copy for VideoEncoderBackend
Source§impl Debug for VideoEncoderBackend
impl Debug for VideoEncoderBackend
impl Eq for VideoEncoderBackend
Source§impl ExternType for VideoEncoderBackend
impl ExternType for VideoEncoderBackend
Source§impl PartialEq for VideoEncoderBackend
impl PartialEq for VideoEncoderBackend
Source§fn eq(&self, other: &VideoEncoderBackend) -> bool
fn eq(&self, other: &VideoEncoderBackend) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VideoEncoderBackend
Auto Trait Implementations§
impl Freeze for VideoEncoderBackend
impl RefUnwindSafe for VideoEncoderBackend
impl Send for VideoEncoderBackend
impl Sync for VideoEncoderBackend
impl Unpin for VideoEncoderBackend
impl UnsafeUnpin for VideoEncoderBackend
impl UnwindSafe for VideoEncoderBackend
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