pub struct AuxInfo {
pub aux_info_type: FourCC,
pub aux_info_type_parameter: u32,
}Fields§
§aux_info_type: FourCC§aux_info_type_parameter: u32Trait Implementations§
impl Eq for AuxInfo
impl StructuralPartialEq for AuxInfo
Auto Trait Implementations§
impl Freeze for AuxInfo
impl RefUnwindSafe for AuxInfo
impl Send for AuxInfo
impl Sync for AuxInfo
impl Unpin for AuxInfo
impl UnwindSafe for AuxInfo
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