#[repr(C)]pub struct AVHWAccel {
pub name: *const i8,
pub type_: i32,
pub id: u32,
pub pix_fmt: i32,
pub capabilities: i32,
}Fields§
§name: *const i8§type_: i32§id: u32§pix_fmt: i32§capabilities: i32Trait Implementations§
Auto Trait Implementations§
impl !Send for AVHWAccel
impl !Sync for AVHWAccel
impl Freeze for AVHWAccel
impl RefUnwindSafe for AVHWAccel
impl Unpin for AVHWAccel
impl UnsafeUnpin 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