pub struct DtmfPayloadIdentity {
pub payload_type: u32,
pub conference_id: u32,
pub passthrough_party_id: u32,
}Expand description
Identity returned by a DTMF payload subscribe/unsubscribe operation.
Fields§
§payload_type: u32RTP payload-type word assigned to telephone-event packets.
conference_id: u32§passthrough_party_id: u32Trait Implementations§
Source§impl Clone for DtmfPayloadIdentity
impl Clone for DtmfPayloadIdentity
Source§fn clone(&self) -> DtmfPayloadIdentity
fn clone(&self) -> DtmfPayloadIdentity
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 DtmfPayloadIdentity
Source§impl Debug for DtmfPayloadIdentity
impl Debug for DtmfPayloadIdentity
impl Eq for DtmfPayloadIdentity
Source§impl PartialEq for DtmfPayloadIdentity
impl PartialEq for DtmfPayloadIdentity
impl StructuralPartialEq for DtmfPayloadIdentity
Auto Trait Implementations§
impl Freeze for DtmfPayloadIdentity
impl RefUnwindSafe for DtmfPayloadIdentity
impl Send for DtmfPayloadIdentity
impl Sync for DtmfPayloadIdentity
impl Unpin for DtmfPayloadIdentity
impl UnsafeUnpin for DtmfPayloadIdentity
impl UnwindSafe for DtmfPayloadIdentity
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