#[repr(C)]pub struct AVProfile {
pub profile: c_int,
pub name: *const c_char,
}展开描述
AVProfile.
Fields§
§profile: c_int§name: *const c_char< short name for the profile
trait 实现§
impl Copy for AVProfile
impl Eq for AVProfile
impl StructuralPartialEq for AVProfile
自动 trait 实现§
impl Freeze for AVProfile
impl RefUnwindSafe for AVProfile
impl !Send for AVProfile
impl !Sync for AVProfile
impl Unpin for AVProfile
impl UnsafeUnpin for AVProfile
impl UnwindSafe for AVProfile
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多