Struct libspa_sys::spa_video_info_mjpg
source · #[repr(C)]pub struct spa_video_info_mjpg {
pub size: spa_rectangle,
pub framerate: spa_fraction,
pub max_framerate: spa_fraction,
}
Fields§
§size: spa_rectangle
§framerate: spa_fraction
§max_framerate: spa_fraction
Trait Implementations§
source§impl Clone for spa_video_info_mjpg
impl Clone for spa_video_info_mjpg
source§fn clone(&self) -> spa_video_info_mjpg
fn clone(&self) -> spa_video_info_mjpg
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 spa_video_info_mjpg
impl Debug for spa_video_info_mjpg
source§impl PartialEq for spa_video_info_mjpg
impl PartialEq for spa_video_info_mjpg
source§fn eq(&self, other: &spa_video_info_mjpg) -> bool
fn eq(&self, other: &spa_video_info_mjpg) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for spa_video_info_mjpg
impl Eq for spa_video_info_mjpg
impl StructuralPartialEq for spa_video_info_mjpg
Auto Trait Implementations§
impl RefUnwindSafe for spa_video_info_mjpg
impl Send for spa_video_info_mjpg
impl Sync for spa_video_info_mjpg
impl Unpin for spa_video_info_mjpg
impl UnwindSafe for spa_video_info_mjpg
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