Struct cros_libva::buffer::H264EncFrameCropOffsets
source · pub struct H264EncFrameCropOffsets {
pub left: u32,
pub right: u32,
pub top: u32,
pub bottom: u32,
}Fields§
§left: u32§right: u32§top: u32§bottom: u32Implementations§
Trait Implementations§
source§impl Default for H264EncFrameCropOffsets
impl Default for H264EncFrameCropOffsets
source§fn default() -> H264EncFrameCropOffsets
fn default() -> H264EncFrameCropOffsets
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for H264EncFrameCropOffsets
impl RefUnwindSafe for H264EncFrameCropOffsets
impl Send for H264EncFrameCropOffsets
impl Sync for H264EncFrameCropOffsets
impl Unpin for H264EncFrameCropOffsets
impl UnwindSafe for H264EncFrameCropOffsets
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