pub struct DtmfEvent {
pub digit: char,
pub end: bool,
pub duration: u16,
pub volume: u8,
pub sequence_number: u16,
pub timestamp: u32,
}Fields§
§digit: char§end: bool§duration: u16§volume: u8§sequence_number: u16§timestamp: u32Trait Implementations§
impl Eq for DtmfEvent
impl StructuralPartialEq for DtmfEvent
Auto Trait Implementations§
impl Freeze for DtmfEvent
impl RefUnwindSafe for DtmfEvent
impl Send for DtmfEvent
impl Sync for DtmfEvent
impl Unpin for DtmfEvent
impl UnsafeUnpin for DtmfEvent
impl UnwindSafe for DtmfEvent
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