pub struct FormatMap {
pub rt_format: u32,
pub va_fourcc: u32,
pub decoded_format: DecodedFormat,
}
Fields
rt_format: u32
va_fourcc: u32
decoded_format: DecodedFormat
Trait Implementations
impl Copy for FormatMap
impl Eq for FormatMap
impl StructuralEq for FormatMap
impl StructuralPartialEq for FormatMap
Auto Trait Implementations
impl RefUnwindSafe for FormatMap
impl Send for FormatMap
impl Sync for FormatMap
impl Unpin for FormatMap
impl UnwindSafe for FormatMap
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more