#[repr(C)]pub struct pdraw_video_frame_extra {
pub play_timestamp: u64,
pub histogram: [*mut f32; 4],
pub histogram_len: [usize; 4],
}Fields§
§play_timestamp: u64§histogram: [*mut f32; 4]§histogram_len: [usize; 4]Trait Implementations§
Source§impl Clone for pdraw_video_frame_extra
impl Clone for pdraw_video_frame_extra
Source§fn clone(&self) -> pdraw_video_frame_extra
fn clone(&self) -> pdraw_video_frame_extra
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 pdraw_video_frame_extra
impl Debug for pdraw_video_frame_extra
impl Copy for pdraw_video_frame_extra
Auto Trait Implementations§
impl Freeze for pdraw_video_frame_extra
impl RefUnwindSafe for pdraw_video_frame_extra
impl !Send for pdraw_video_frame_extra
impl !Sync for pdraw_video_frame_extra
impl Unpin for pdraw_video_frame_extra
impl UnwindSafe for pdraw_video_frame_extra
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