Struct openssl::srtp::SrtpProfileId [−][src]
pub struct SrtpProfileId(_);
Expand description
An identifier of an SRTP protection profile.
Implementations
Creates a SrtpProfileId
from an integer representation.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SrtpProfileId
impl Send for SrtpProfileId
impl Sync for SrtpProfileId
impl Unpin for SrtpProfileId
impl UnwindSafe for SrtpProfileId
Blanket Implementations
Mutably borrows from an owned value. Read more