#[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: u32cname: *const c_charpayloadType: u8clockRate: u32sequenceNumber: u16timestamp: u32nalSeparator: rtcNalUnitSeparatormaxFragmentSize: u16Trait Implementations
sourceimpl Clone for rtcPacketizationHandlerInit
impl Clone for rtcPacketizationHandlerInit
sourcefn clone(&self) -> rtcPacketizationHandlerInit
fn clone(&self) -> rtcPacketizationHandlerInit
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more