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