pub struct DtmfTone {
pub key: DtmfKey,
pub low_hz: u16,
pub high_hz: u16,
}Expand description
Tone record (ties the key to its canonical freqs).
Fields§
§key: DtmfKey§low_hz: u16§high_hz: u16Trait Implementations§
impl Copy for DtmfTone
impl Eq for DtmfTone
impl StructuralPartialEq for DtmfTone
Auto Trait Implementations§
impl Freeze for DtmfTone
impl RefUnwindSafe for DtmfTone
impl Send for DtmfTone
impl Sync for DtmfTone
impl Unpin for DtmfTone
impl UnwindSafe for DtmfTone
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