Struct ffmpeg_sys_next::AVHWFramesContext[][src]

#[repr(C)]
pub struct AVHWFramesContext {
Show fields pub av_class: *const AVClass, pub internal: *mut AVHWFramesInternal, pub device_ref: *mut AVBufferRef, pub device_ctx: *mut AVHWDeviceContext, pub hwctx: *mut c_void, pub free: Option<unsafe extern "C" fn(ctx: *mut AVHWFramesContext)>, pub user_opaque: *mut c_void, pub pool: *mut AVBufferPool, pub initial_pool_size: c_int, pub format: AVPixelFormat, pub sw_format: AVPixelFormat, pub width: c_int, pub height: c_int,
}

Fields

av_class: *const AVClassinternal: *mut AVHWFramesInternaldevice_ref: *mut AVBufferRefdevice_ctx: *mut AVHWDeviceContexthwctx: *mut c_voidfree: Option<unsafe extern "C" fn(ctx: *mut AVHWFramesContext)>user_opaque: *mut c_voidpool: *mut AVBufferPoolinitial_pool_size: c_intformat: AVPixelFormatsw_format: AVPixelFormatwidth: c_intheight: c_int

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.