#[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 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 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
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 Freeze for spa_video_info_mjpg
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