Struct cros_libva::SurfaceDecodeMBError
source · pub struct SurfaceDecodeMBError {
pub start_mb: u32,
pub end_mb: u32,
pub decode_error_type: DecodeErrorType,
pub num_mb: u32,
}Expand description
Decode error details extracted from VASurfaceDecodeMBErrors, result of vaQuerySurfaceError.
Fields§
§start_mb: u32Start mb address with errors
end_mb: u32End mb address with errors
decode_error_type: DecodeErrorType§num_mb: u32Number of mbs with errors
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SurfaceDecodeMBError
impl RefUnwindSafe for SurfaceDecodeMBError
impl Send for SurfaceDecodeMBError
impl Sync for SurfaceDecodeMBError
impl Unpin for SurfaceDecodeMBError
impl UnwindSafe for SurfaceDecodeMBError
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