Skip to main content

ControlCommand

Trait ControlCommand 

Source
pub trait ControlCommand: Command { }
Expand description

ControlCommand: commands with no data transfer (CMD0, CMD8, CMD55, etc.)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<T: ControlCommand> ControlCommand for &T

Implementors§