#[repr(C)]pub struct CUeglFrame {
pub raw: [u64; 10],
}Expand description
CUeglFrame — YUV / RGB frame layout used by EGL stream interop
(Jetson video pipelines). 80 bytes in cuda.h; exposed as an opaque
blob so callers can populate from bindgen-generated layouts.
Fields§
§raw: [u64; 10]Trait Implementations§
Source§impl Clone for CUeglFrame
impl Clone for CUeglFrame
Source§fn clone(&self) -> CUeglFrame
fn clone(&self) -> CUeglFrame
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 moreSource§impl Debug for CUeglFrame
impl Debug for CUeglFrame
Source§impl Default for CUeglFrame
impl Default for CUeglFrame
impl Copy for CUeglFrame
Auto Trait Implementations§
impl Freeze for CUeglFrame
impl RefUnwindSafe for CUeglFrame
impl Send for CUeglFrame
impl Sync for CUeglFrame
impl Unpin for CUeglFrame
impl UnsafeUnpin for CUeglFrame
impl UnwindSafe for CUeglFrame
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