#[repr(C)]pub struct SLConfigDescr {Show 14 fields
pub use_au_start: c_int,
pub use_au_end: c_int,
pub use_rand_acc_pt: c_int,
pub use_padding: c_int,
pub use_timestamps: c_int,
pub use_idle: c_int,
pub timestamp_res: c_int,
pub timestamp_len: c_int,
pub ocr_len: c_int,
pub au_len: c_int,
pub inst_bitrate_len: c_int,
pub degr_prior_len: c_int,
pub au_seq_num_len: c_int,
pub packet_seq_num_len: c_int,
}
Fields§
§use_au_start: c_int
§use_au_end: c_int
§use_rand_acc_pt: c_int
§use_padding: c_int
§use_timestamps: c_int
§use_idle: c_int
§timestamp_res: c_int
§timestamp_len: c_int
§ocr_len: c_int
§au_len: c_int
§inst_bitrate_len: c_int
§degr_prior_len: c_int
§au_seq_num_len: c_int
§packet_seq_num_len: c_int
Trait Implementations§
Source§impl Clone for SLConfigDescr
impl Clone for SLConfigDescr
Source§fn clone(&self) -> SLConfigDescr
fn clone(&self) -> SLConfigDescr
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 SLConfigDescr
impl Debug for SLConfigDescr
impl Copy for SLConfigDescr
Auto Trait Implementations§
impl Freeze for SLConfigDescr
impl RefUnwindSafe for SLConfigDescr
impl Send for SLConfigDescr
impl Sync for SLConfigDescr
impl Unpin for SLConfigDescr
impl UnwindSafe for SLConfigDescr
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