#[repr(C)]pub struct VpxErrorDetail {
pub error_code: VpxCodecError,
}Fields§
§error_code: VpxCodecErrorTrait Implementations§
Source§impl Clone for VpxErrorDetail
impl Clone for VpxErrorDetail
Source§fn clone(&self) -> VpxErrorDetail
fn clone(&self) -> VpxErrorDetail
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 Debug for VpxErrorDetail
impl Debug for VpxErrorDetail
impl Copy for VpxErrorDetail
Auto Trait Implementations§
impl Freeze for VpxErrorDetail
impl RefUnwindSafe for VpxErrorDetail
impl Send for VpxErrorDetail
impl Sync for VpxErrorDetail
impl Unpin for VpxErrorDetail
impl UnwindSafe for VpxErrorDetail
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