pub struct PixelCropTop(pub u64);Expand description
The number of video pixels to remove at the top of the image.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for PixelCropTop
impl Clone for PixelCropTop
Source§fn clone(&self) -> PixelCropTop
fn clone(&self) -> PixelCropTop
Returns a duplicate 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 PixelCropTop
impl Debug for PixelCropTop
Source§impl Default for PixelCropTop
impl Default for PixelCropTop
Source§impl Deref for PixelCropTop
impl Deref for PixelCropTop
Source§impl Element for PixelCropTop
impl Element for PixelCropTop
Source§const HAS_DEFAULT_VALUE: bool = true
const HAS_DEFAULT_VALUE: bool = true
Whether the element has a default value, as per Matroska specification.
If true, and the element is missing in a master element, it should be treated as if it were present with the default value.
If false, and the element is missing in a master element, it should be treated as an error.
Source§impl Hash for PixelCropTop
impl Hash for PixelCropTop
Source§impl Ord for PixelCropTop
impl Ord for PixelCropTop
Source§fn cmp(&self, other: &PixelCropTop) -> Ordering
fn cmp(&self, other: &PixelCropTop) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PixelCropTop
impl PartialEq for PixelCropTop
Source§impl PartialOrd for PixelCropTop
impl PartialOrd for PixelCropTop
impl Copy for PixelCropTop
impl Eq for PixelCropTop
impl StructuralPartialEq for PixelCropTop
Auto Trait Implementations§
impl Freeze for PixelCropTop
impl RefUnwindSafe for PixelCropTop
impl Send for PixelCropTop
impl Sync for PixelCropTop
impl Unpin for PixelCropTop
impl UnsafeUnpin for PixelCropTop
impl UnwindSafe for PixelCropTop
Blanket Implementations§
Source§impl<T> AsyncReadElement for Twhere
T: Element,
impl<T> AsyncReadElement for Twhere
T: Element,
Source§impl<T> AsyncReadFrom for Twhere
T: Element,
impl<T> AsyncReadFrom for Twhere
T: Element,
Source§impl<T> AsyncWriteElement for Twhere
T: Element,
impl<T> AsyncWriteElement for Twhere
T: Element,
Source§impl<T> AsyncWriteTo for Twhere
T: Encode,
impl<T> AsyncWriteTo for Twhere
T: Encode,
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