pub struct DtmfSlot(/* private fields */);Expand description
DTMF memory slot index (0-15).
Implementations§
Trait Implementations§
impl Copy for DtmfSlot
impl Eq for DtmfSlot
impl StructuralPartialEq for DtmfSlot
Auto Trait Implementations§
impl Freeze for DtmfSlot
impl RefUnwindSafe for DtmfSlot
impl Send for DtmfSlot
impl Sync for DtmfSlot
impl Unpin for DtmfSlot
impl UnwindSafe for DtmfSlot
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