#[repr(C)]pub struct rtcPacketizerInit {
pub ssrc: u32,
pub cname: *const c_char,
pub payloadType: u8,
pub clockRate: u32,
pub sequenceNumber: u16,
pub timestamp: u32,
pub maxFragmentSize: u16,
pub nalSeparator: rtcNalUnitSeparator,
pub obuPacketization: rtcObuPacketization,
}Fields§
§ssrc: u32§cname: *const c_char§payloadType: u8§clockRate: u32§sequenceNumber: u16§timestamp: u32§maxFragmentSize: u16§nalSeparator: rtcNalUnitSeparator§obuPacketization: rtcObuPacketizationTrait Implementations§
Source§impl Clone for rtcPacketizerInit
impl Clone for rtcPacketizerInit
Source§fn clone(&self) -> rtcPacketizerInit
fn clone(&self) -> rtcPacketizerInit
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 rtcPacketizerInit
impl Debug for rtcPacketizerInit
impl Copy for rtcPacketizerInit
Auto Trait Implementations§
impl Freeze for rtcPacketizerInit
impl RefUnwindSafe for rtcPacketizerInit
impl !Send for rtcPacketizerInit
impl !Sync for rtcPacketizerInit
impl Unpin for rtcPacketizerInit
impl UnwindSafe for rtcPacketizerInit
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