#[repr(C, packed(1))]pub struct cs_steps_data {
pub mode: u8,
pub channel: u8,
pub data_len: u8,
pub data: __IncompleteArrayField<u8>,
}Fields§
§mode: u8§channel: u8§data_len: u8§data: __IncompleteArrayField<u8>Trait Implementations§
Source§impl Default for cs_steps_data
impl Default for cs_steps_data
Source§fn default() -> cs_steps_data
fn default() -> cs_steps_data
Returns the “default value” for a type. Read more