#[repr(C)]pub struct media_frames_per_second {
pub numerator: u32,
pub denominator: u32,
}
Fields§
§numerator: u32
§denominator: u32
Trait Implementations§
Source§impl Clone for media_frames_per_second
impl Clone for media_frames_per_second
Source§fn clone(&self) -> media_frames_per_second
fn clone(&self) -> media_frames_per_second
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 media_frames_per_second
impl Debug for media_frames_per_second
Source§impl Ord for media_frames_per_second
impl Ord for media_frames_per_second
Source§fn cmp(&self, other: &media_frames_per_second) -> Ordering
fn cmp(&self, other: &media_frames_per_second) -> 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 media_frames_per_second
impl PartialEq for media_frames_per_second
Source§impl PartialOrd for media_frames_per_second
impl PartialOrd for media_frames_per_second
impl Copy for media_frames_per_second
impl Eq for media_frames_per_second
impl StructuralPartialEq for media_frames_per_second
Auto Trait Implementations§
impl Freeze for media_frames_per_second
impl RefUnwindSafe for media_frames_per_second
impl Send for media_frames_per_second
impl Sync for media_frames_per_second
impl Unpin for media_frames_per_second
impl UnwindSafe for media_frames_per_second
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