#[repr(C)]pub struct AVProfile {
pub profile: c_int,
pub name: *const c_char,
}
Fields§
§profile: c_int
§name: *const c_char
Trait Implementations§
Auto Trait Implementations§
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