Struct libspa_sys::spa_io_segment_video
source · #[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 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_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
source§fn eq(&self, other: &spa_io_segment_video) -> bool
fn eq(&self, other: &spa_io_segment_video) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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 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