#[repr(C)]pub struct switch_rtp_packet_t {
pub header: switch_rtp_hdr_t,
pub body: [c_char; 16396],
pub ext: *mut switch_rtp_hdr_ext_t,
pub ebody: *mut c_char,
}Fields§
§header: switch_rtp_hdr_t§body: [c_char; 16396]§ext: *mut switch_rtp_hdr_ext_t§ebody: *mut c_charTrait Implementations§
Source§impl Clone for switch_rtp_packet_t
impl Clone for switch_rtp_packet_t
Source§fn clone(&self) -> switch_rtp_packet_t
fn clone(&self) -> switch_rtp_packet_t
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 switch_rtp_packet_t
impl Debug for switch_rtp_packet_t
Source§impl Default for switch_rtp_packet_t
impl Default for switch_rtp_packet_t
impl Copy for switch_rtp_packet_t
Auto Trait Implementations§
impl Freeze for switch_rtp_packet_t
impl RefUnwindSafe for switch_rtp_packet_t
impl !Send for switch_rtp_packet_t
impl !Sync for switch_rtp_packet_t
impl Unpin for switch_rtp_packet_t
impl UnsafeUnpin for switch_rtp_packet_t
impl UnwindSafe for switch_rtp_packet_t
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