#[repr(C)]pub struct AVCUDADeviceContext {
pub cuda_ctx: CUcontext,
pub stream: CUstream,
pub internarl: *mut c_void,
}
Fields§
§cuda_ctx: CUcontext
§stream: CUstream
§internarl: *mut c_void
Auto Trait Implementations§
impl Freeze for AVCUDADeviceContext
impl RefUnwindSafe for AVCUDADeviceContext
impl !Send for AVCUDADeviceContext
impl !Sync for AVCUDADeviceContext
impl Unpin for AVCUDADeviceContext
impl UnwindSafe for AVCUDADeviceContext
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