#[repr(C)]pub struct AVHWAccel {
pub name: *const c_char,
pub type_: AVMediaType,
pub id: AVCodecID,
pub pix_fmt: AVPixelFormat,
pub capabilities: c_int,
}
Fields§
§name: *const c_char
§type_: AVMediaType
§id: AVCodecID
§pix_fmt: AVPixelFormat
§capabilities: c_int
Trait Implementations§
impl Copy for AVHWAccel
impl Eq for AVHWAccel
impl StructuralPartialEq for AVHWAccel
Auto Trait Implementations§
impl Freeze for AVHWAccel
impl RefUnwindSafe for AVHWAccel
impl !Send for AVHWAccel
impl !Sync for AVHWAccel
impl Unpin for AVHWAccel
impl UnwindSafe for AVHWAccel
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