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