pub struct QmiMessageVoiceStopContinuousDtmfInput { /* private fields */ }Expand description
The QmiMessageVoiceStopContinuousDtmfInput structure contains private data and should only be accessed
using the provided API.
Since: 1.32
Trait Implementations§
Source§impl Clone for QmiMessageVoiceStopContinuousDtmfInput
impl Clone for QmiMessageVoiceStopContinuousDtmfInput
Source§fn clone(&self) -> QmiMessageVoiceStopContinuousDtmfInput
fn clone(&self) -> QmiMessageVoiceStopContinuousDtmfInput
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 QmiMessageVoiceStopContinuousDtmfInput
Auto Trait Implementations§
impl Freeze for QmiMessageVoiceStopContinuousDtmfInput
impl RefUnwindSafe for QmiMessageVoiceStopContinuousDtmfInput
impl Send for QmiMessageVoiceStopContinuousDtmfInput
impl Sync for QmiMessageVoiceStopContinuousDtmfInput
impl Unpin for QmiMessageVoiceStopContinuousDtmfInput
impl UnsafeUnpin for QmiMessageVoiceStopContinuousDtmfInput
impl UnwindSafe for QmiMessageVoiceStopContinuousDtmfInput
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