#[repr(C)]pub struct switch_codec_fmtp {
pub actual_samples_per_second: u32,
pub bits_per_second: c_int,
pub microseconds_per_packet: c_int,
pub max_ptime: c_int,
pub min_ptime: c_int,
pub stereo: c_int,
pub sprop_stereo: c_int,
pub private_info: *mut c_void,
}Fields§
§actual_samples_per_second: u32§bits_per_second: c_int§microseconds_per_packet: c_int§max_ptime: c_int§min_ptime: c_int§stereo: c_int§sprop_stereo: c_int§private_info: *mut c_voidTrait Implementations§
Source§impl Clone for switch_codec_fmtp
impl Clone for switch_codec_fmtp
Source§fn clone(&self) -> switch_codec_fmtp
fn clone(&self) -> switch_codec_fmtp
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 switch_codec_fmtp
impl Debug for switch_codec_fmtp
Source§impl Default for switch_codec_fmtp
impl Default for switch_codec_fmtp
impl Copy for switch_codec_fmtp
Auto Trait Implementations§
impl Freeze for switch_codec_fmtp
impl RefUnwindSafe for switch_codec_fmtp
impl !Send for switch_codec_fmtp
impl !Sync for switch_codec_fmtp
impl Unpin for switch_codec_fmtp
impl UnsafeUnpin for switch_codec_fmtp
impl UnwindSafe for switch_codec_fmtp
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