#[repr(transparent)]pub struct VideoBitratePeak(pub i32);Expand description
Safe wrapper over [bindings::V4L2_CID_MPEG_VIDEO_BITRATE_PEAK]
Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for VideoBitratePeak
impl Clone for VideoBitratePeak
Source§fn clone(&self) -> VideoBitratePeak
fn clone(&self) -> VideoBitratePeak
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VideoBitratePeak
Source§impl Debug for VideoBitratePeak
impl Debug for VideoBitratePeak
impl Eq for VideoBitratePeak
Source§impl ExtControlTrait for VideoBitratePeak
impl ExtControlTrait for VideoBitratePeak
Source§impl From<VideoBitratePeak> for i32
impl From<VideoBitratePeak> for i32
Source§fn from(value: VideoBitratePeak) -> Self
fn from(value: VideoBitratePeak) -> Self
Converts to this type from the input type.
Source§impl Ord for VideoBitratePeak
impl Ord for VideoBitratePeak
Source§fn cmp(&self, other: &VideoBitratePeak) -> Ordering
fn cmp(&self, other: &VideoBitratePeak) -> Ordering
1.21.0 (const: unstable) · 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 VideoBitratePeak
impl PartialEq for VideoBitratePeak
Source§fn eq(&self, other: &VideoBitratePeak) -> bool
fn eq(&self, other: &VideoBitratePeak) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VideoBitratePeak
impl PartialOrd for VideoBitratePeak
impl StructuralPartialEq for VideoBitratePeak
Auto Trait Implementations§
impl Freeze for VideoBitratePeak
impl RefUnwindSafe for VideoBitratePeak
impl Send for VideoBitratePeak
impl Sync for VideoBitratePeak
impl Unpin for VideoBitratePeak
impl UnsafeUnpin for VideoBitratePeak
impl UnwindSafe for VideoBitratePeak
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