#[repr(C)]pub struct VideoFrame {
pub nWidth: INT32,
pub nHeight: INT32,
pub nStreamID: INT32,
pub bKeyFrame: TTBOOL,
pub frameBuffer: *mut VOID,
pub nFrameBufferSize: INT32,
}Fields§
§nWidth: INT32§nHeight: INT32§nStreamID: INT32§bKeyFrame: TTBOOL§frameBuffer: *mut VOID§nFrameBufferSize: INT32Trait Implementations§
Source§impl Clone for VideoFrame
impl Clone for VideoFrame
Source§fn clone(&self) -> VideoFrame
fn clone(&self) -> VideoFrame
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 VideoFrame
impl Debug for VideoFrame
Source§impl Default for VideoFrame
impl Default for VideoFrame
impl Copy for VideoFrame
Auto Trait Implementations§
impl Freeze for VideoFrame
impl RefUnwindSafe for VideoFrame
impl !Send for VideoFrame
impl !Sync for VideoFrame
impl Unpin for VideoFrame
impl UnwindSafe for VideoFrame
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