#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for rtcPacketizerInit
Auto Trait Implementations§
impl !Send for rtcPacketizerInit
impl !Sync for rtcPacketizerInit
impl Freeze for rtcPacketizerInit
impl RefUnwindSafe for rtcPacketizerInit
impl Unpin for rtcPacketizerInit
impl UnsafeUnpin 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