pub enum CapProtoType {
Show 22 variants
Reserved,
Sip,
Xmpp,
Sdp,
Rtp,
Rtcp,
Mgcp,
Megaco,
Mtp2,
Mtp3,
Iax,
H3222,
H321,
M2Pa,
MosFull,
MosShort,
SipJson,
DnsJson,
M3UaJson,
Rtsp,
Diameter,
GsmMap,
}
Expand description
Hep Capture Protocol Type
Support list as below
but this project just suppport sip
Variants§
Reserved
Sip
Xmpp
Sdp
Rtp
Rtcp
Mgcp
Megaco
Mtp2
Mtp3
Iax
H3222
H321
M2Pa
MosFull
MosShort
SipJson
DnsJson
M3UaJson
Rtsp
Diameter
GsmMap
Trait Implementations§
Source§impl Clone for CapProtoType
impl Clone for CapProtoType
Source§fn clone(&self) -> CapProtoType
fn clone(&self) -> CapProtoType
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 CapProtoType
impl Debug for CapProtoType
Source§impl Display for CapProtoType
Print Capture Protocol Type
impl Display for CapProtoType
Print Capture Protocol Type
Source§impl From<u8> for CapProtoType
match Capture id
impl From<u8> for CapProtoType
match Capture id
Convert to Capture Protocol Type
Source§impl PartialEq for CapProtoType
impl PartialEq for CapProtoType
impl Copy for CapProtoType
impl StructuralPartialEq for CapProtoType
Auto Trait Implementations§
impl Freeze for CapProtoType
impl RefUnwindSafe for CapProtoType
impl Send for CapProtoType
impl Sync for CapProtoType
impl Unpin for CapProtoType
impl UnwindSafe for CapProtoType
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