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