Struct h264_reader::nal::sps::FrameCropping
source · pub struct FrameCropping {
pub left_offset: u32,
pub right_offset: u32,
pub top_offset: u32,
pub bottom_offset: u32,
}Fields§
§left_offset: u32§right_offset: u32§top_offset: u32§bottom_offset: u32Trait Implementations§
source§impl Clone for FrameCropping
impl Clone for FrameCropping
source§fn clone(&self) -> FrameCropping
fn clone(&self) -> FrameCropping
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for FrameCropping
impl Debug for FrameCropping
source§impl Default for FrameCropping
impl Default for FrameCropping
source§fn default() -> FrameCropping
fn default() -> FrameCropping
Returns the “default value” for a type. Read more
source§impl PartialEq for FrameCropping
impl PartialEq for FrameCropping
source§fn eq(&self, other: &FrameCropping) -> bool
fn eq(&self, other: &FrameCropping) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for FrameCropping
impl StructuralPartialEq for FrameCropping
Auto Trait Implementations§
impl Freeze for FrameCropping
impl RefUnwindSafe for FrameCropping
impl Send for FrameCropping
impl Sync for FrameCropping
impl Unpin for FrameCropping
impl UnwindSafe for FrameCropping
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