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