Struct wpilib_sys::bindings::HAL_CANStreamMessage
source · #[repr(C)]pub struct HAL_CANStreamMessage {
pub messageID: u32,
pub timeStamp: u32,
pub data: [u8; 8],
pub dataSize: u8,
}Expand description
Storage for CAN Stream Messages.
Fields§
§messageID: u32§timeStamp: u32§data: [u8; 8]§dataSize: u8Trait Implementations§
source§impl Clone for HAL_CANStreamMessage
impl Clone for HAL_CANStreamMessage
source§fn clone(&self) -> HAL_CANStreamMessage
fn clone(&self) -> HAL_CANStreamMessage
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for HAL_CANStreamMessage
impl Debug for HAL_CANStreamMessage
source§impl Default for HAL_CANStreamMessage
impl Default for HAL_CANStreamMessage
source§fn default() -> HAL_CANStreamMessage
fn default() -> HAL_CANStreamMessage
Returns the “default value” for a type. Read more