pub trait I2sPort {
// Required method
fn port(&self) -> i2s_port_t;
}Required Methods§
Sourcefn port(&self) -> i2s_port_t
fn port(&self) -> i2s_port_t
Returns the I2S port number of this driver.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".