#[repr(C)]pub struct media_frames_per_second {
pub numerator: u32,
pub denominator: u32,
}Fields§
§numerator: u32§denominator: u32Trait 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 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 media_frames_per_second
impl Debug for media_frames_per_second
Source§impl Default for media_frames_per_second
impl Default for media_frames_per_second
Source§fn default() -> media_frames_per_second
fn default() -> media_frames_per_second
Returns the “default value” for a type. Read more
impl Copy 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