pub struct CanFrameData {
pub arb_id: u32,
pub len: u8,
pub flags: u8,
pub data_hex: String,
}Fields§
§arb_id: u32§len: u8§flags: u8§data_hex: StringTrait Implementations§
Source§impl Clone for CanFrameData
impl Clone for CanFrameData
Source§fn clone(&self) -> CanFrameData
fn clone(&self) -> CanFrameData
Returns a duplicate 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 CanFrameData
impl Debug for CanFrameData
Source§impl<'de> Deserialize<'de> for CanFrameData
impl<'de> Deserialize<'de> for CanFrameData
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CanFrameData
impl RefUnwindSafe for CanFrameData
impl Send for CanFrameData
impl Sync for CanFrameData
impl Unpin for CanFrameData
impl UnsafeUnpin for CanFrameData
impl UnwindSafe for CanFrameData
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