pub struct DecoderContext { /* private fields */ }
Expand description
Context used to decode STUN messages
Implementations§
Trait Implementations§
source§impl Clone for DecoderContext
impl Clone for DecoderContext
source§fn clone(&self) -> DecoderContext
fn clone(&self) -> DecoderContext
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 DecoderContext
impl Debug for DecoderContext
source§impl Default for DecoderContext
impl Default for DecoderContext
source§fn default() -> DecoderContext
fn default() -> DecoderContext
Returns the “default value” for a type. Read more
source§impl PartialEq for DecoderContext
impl PartialEq for DecoderContext
impl Eq for DecoderContext
impl StructuralPartialEq for DecoderContext
Auto Trait Implementations§
impl Freeze for DecoderContext
impl RefUnwindSafe for DecoderContext
impl !Send for DecoderContext
impl !Sync for DecoderContext
impl Unpin for DecoderContext
impl UnwindSafe for DecoderContext
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)