pub struct FrameIdentity {
pub arb_id: u32,
pub extended: bool,
}Fields§
§arb_id: u32§extended: boolImplementations§
Source§impl FrameIdentity
impl FrameIdentity
pub fn from_frame(frame: &CanFrame) -> Self
pub fn from_message(message: &DbcMessageDef) -> Self
Trait Implementations§
Source§impl Clone for FrameIdentity
impl Clone for FrameIdentity
Source§fn clone(&self) -> FrameIdentity
fn clone(&self) -> FrameIdentity
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 FrameIdentity
impl Debug for FrameIdentity
Source§impl Hash for FrameIdentity
impl Hash for FrameIdentity
Source§impl PartialEq for FrameIdentity
impl PartialEq for FrameIdentity
impl Copy for FrameIdentity
impl Eq for FrameIdentity
impl StructuralPartialEq for FrameIdentity
Auto Trait Implementations§
impl Freeze for FrameIdentity
impl RefUnwindSafe for FrameIdentity
impl Send for FrameIdentity
impl Sync for FrameIdentity
impl Unpin for FrameIdentity
impl UnsafeUnpin for FrameIdentity
impl UnwindSafe for FrameIdentity
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