pub struct DtmfToneControl {
pub tone: Tone,
pub conference_id: ConferenceId,
pub passthrough_party_id: u32,
}Expand description
One signaling DTMF tone associated with a conference media party.
Fields§
§tone: Tone§conference_id: ConferenceId§passthrough_party_id: u32Trait Implementations§
Source§impl Clone for DtmfToneControl
impl Clone for DtmfToneControl
Source§fn clone(&self) -> DtmfToneControl
fn clone(&self) -> DtmfToneControl
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 DtmfToneControl
Source§impl Debug for DtmfToneControl
impl Debug for DtmfToneControl
impl Eq for DtmfToneControl
Source§impl PartialEq for DtmfToneControl
impl PartialEq for DtmfToneControl
impl StructuralPartialEq for DtmfToneControl
Auto Trait Implementations§
impl Freeze for DtmfToneControl
impl RefUnwindSafe for DtmfToneControl
impl Send for DtmfToneControl
impl Sync for DtmfToneControl
impl Unpin for DtmfToneControl
impl UnsafeUnpin for DtmfToneControl
impl UnwindSafe for DtmfToneControl
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