#[repr(C)]pub struct spa_io_segment_video {
    pub flags: u32,
    pub offset: u32,
    pub framerate: spa_fraction,
    pub hours: u32,
    pub minutes: u32,
    pub seconds: u32,
    pub frames: u32,
    pub field_count: u32,
    pub padding: [u32; 11],
}Expand description
video frame segment
Fields§
§flags: u32< flags
offset: u32< offset in segment
framerate: spa_fraction§hours: u32§minutes: u32§seconds: u32§frames: u32§field_count: u32< 0 for progressive, 1 and 2 for interlaced
padding: [u32; 11]Trait Implementations§
Source§impl Clone for spa_io_segment_video
 
impl Clone for spa_io_segment_video
Source§fn clone(&self) -> spa_io_segment_video
 
fn clone(&self) -> spa_io_segment_video
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_io_segment_video
 
impl Debug for spa_io_segment_video
Source§impl PartialEq for spa_io_segment_video
 
impl PartialEq for spa_io_segment_video
impl Copy for spa_io_segment_video
impl Eq for spa_io_segment_video
impl StructuralPartialEq for spa_io_segment_video
Auto Trait Implementations§
impl Freeze for spa_io_segment_video
impl RefUnwindSafe for spa_io_segment_video
impl Send for spa_io_segment_video
impl Sync for spa_io_segment_video
impl Unpin for spa_io_segment_video
impl UnwindSafe for spa_io_segment_video
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