#[repr(C)]pub struct vdef_raw_frame {
pub format: vdef_raw_format,
pub info: vdef_frame_info,
pub plane_stride: [usize; 4],
}Fields§
§format: vdef_raw_format§info: vdef_frame_info§plane_stride: [usize; 4]Trait Implementations§
Source§impl Clone for vdef_raw_frame
impl Clone for vdef_raw_frame
Source§fn clone(&self) -> vdef_raw_frame
fn clone(&self) -> vdef_raw_frame
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for vdef_raw_frame
Auto Trait Implementations§
impl Freeze for vdef_raw_frame
impl RefUnwindSafe for vdef_raw_frame
impl Send for vdef_raw_frame
impl Sync for vdef_raw_frame
impl Unpin for vdef_raw_frame
impl UnsafeUnpin for vdef_raw_frame
impl UnwindSafe for vdef_raw_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