#[repr(C)]pub struct vdef_coded_frame {
pub format: vdef_coded_format,
pub info: vdef_frame_info,
pub type_: vdef_coded_frame_type,
}Fields§
§format: vdef_coded_format§info: vdef_frame_info§type_: vdef_coded_frame_typeTrait Implementations§
Source§impl Clone for vdef_coded_frame
impl Clone for vdef_coded_frame
Source§fn clone(&self) -> vdef_coded_frame
fn clone(&self) -> vdef_coded_frame
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 vdef_coded_frame
impl Debug for vdef_coded_frame
impl Copy for vdef_coded_frame
Auto Trait Implementations§
impl Freeze for vdef_coded_frame
impl RefUnwindSafe for vdef_coded_frame
impl Send for vdef_coded_frame
impl Sync for vdef_coded_frame
impl Unpin for vdef_coded_frame
impl UnwindSafe for vdef_coded_frame
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