pub enum SrtpDirection {
Sender,
Receiver,
}Variants§
Trait Implementations§
Source§impl Clone for SrtpDirection
impl Clone for SrtpDirection
Source§fn clone(&self) -> SrtpDirection
fn clone(&self) -> SrtpDirection
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 SrtpDirection
impl Debug for SrtpDirection
Source§impl PartialEq for SrtpDirection
impl PartialEq for SrtpDirection
impl Copy for SrtpDirection
impl Eq for SrtpDirection
impl StructuralPartialEq for SrtpDirection
Auto Trait Implementations§
impl Freeze for SrtpDirection
impl RefUnwindSafe for SrtpDirection
impl Send for SrtpDirection
impl Sync for SrtpDirection
impl Unpin for SrtpDirection
impl UnwindSafe for SrtpDirection
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