pub struct G7xxPayloader;Expand description
Packetizes G.711/G.722 audio, which needs no fragmentation — one payload per frame.
Trait Implementations§
Source§impl Clone for G7xxPayloader
impl Clone for G7xxPayloader
Source§fn clone(&self) -> G7xxPayloader
fn clone(&self) -> G7xxPayloader
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 G7xxPayloader
Source§impl Debug for G7xxPayloader
impl Debug for G7xxPayloader
Source§impl Default for G7xxPayloader
impl Default for G7xxPayloader
Source§fn default() -> G7xxPayloader
fn default() -> G7xxPayloader
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for G7xxPayloader
impl RefUnwindSafe for G7xxPayloader
impl Send for G7xxPayloader
impl Sync for G7xxPayloader
impl Unpin for G7xxPayloader
impl UnsafeUnpin for G7xxPayloader
impl UnwindSafe for G7xxPayloader
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