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