#[repr(C)]pub struct video_data {
pub data: [*mut u8; 8],
pub linesize: [u32; 8],
pub timestamp: u64,
}Fields§
§data: [*mut u8; 8]§linesize: [u32; 8]§timestamp: u64Auto Trait Implementations§
impl Freeze for video_data
impl RefUnwindSafe for video_data
impl !Send for video_data
impl !Sync for video_data
impl Unpin for video_data
impl UnwindSafe for video_data
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