#[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_alignmentTrait 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 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_h264
 
impl Debug for spa_video_info_h264
Source§impl PartialEq for spa_video_info_h264
 
impl PartialEq for spa_video_info_h264
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 Freeze for spa_video_info_h264
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