pub struct SetWidbandSpeech(/* private fields */);
Expand description
Set Wideband Speech Command
Implementations§
Trait Implementations§
Source§impl AsMut<bool> for SetWidbandSpeech
impl AsMut<bool> for SetWidbandSpeech
Source§impl AsRef<bool> for SetWidbandSpeech
impl AsRef<bool> for SetWidbandSpeech
Source§impl CommandRequest for SetWidbandSpeech
impl CommandRequest for SetWidbandSpeech
Source§const CODE: CommandCode = CommandCode::SetWidbandSpeech
const CODE: CommandCode = CommandCode::SetWidbandSpeech
Command code.
Source§type Reply = SetWidbandSpeechReply
type Reply = SetWidbandSpeechReply
Return type for this command.
Source§impl Debug for SetWidbandSpeech
impl Debug for SetWidbandSpeech
Source§impl Deref for SetWidbandSpeech
impl Deref for SetWidbandSpeech
Source§impl DerefMut for SetWidbandSpeech
impl DerefMut for SetWidbandSpeech
Source§impl From<SetWidbandSpeech> for Command
impl From<SetWidbandSpeech> for Command
Source§fn from(v: SetWidbandSpeech) -> Self
fn from(v: SetWidbandSpeech) -> Self
Converts to this type from the input type.
Source§impl From<bool> for SetWidbandSpeech
impl From<bool> for SetWidbandSpeech
Auto Trait Implementations§
impl Freeze for SetWidbandSpeech
impl RefUnwindSafe for SetWidbandSpeech
impl Send for SetWidbandSpeech
impl Sync for SetWidbandSpeech
impl Unpin for SetWidbandSpeech
impl UnwindSafe for SetWidbandSpeech
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