Struct AVProfile
#[repr(C)]pub struct AVProfile {
pub profile: i32,
pub name: *const i8,
}
Expand description
AVProfile.
Fields§
§profile: i32
§name: *const i8
< short name for the profile
Trait Implementations§
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