pub struct DbcMessageDef {
pub name: String,
pub arb_id: u32,
pub extended: bool,
pub message_size: u8,
pub signals: Vec<DbcSignalDef>,
}Fields§
§name: String§arb_id: u32§extended: bool§message_size: u8§signals: Vec<DbcSignalDef>Trait Implementations§
Source§impl Clone for DbcMessageDef
impl Clone for DbcMessageDef
Source§fn clone(&self) -> DbcMessageDef
fn clone(&self) -> DbcMessageDef
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 moreAuto Trait Implementations§
impl Freeze for DbcMessageDef
impl RefUnwindSafe for DbcMessageDef
impl Send for DbcMessageDef
impl Sync for DbcMessageDef
impl Unpin for DbcMessageDef
impl UnsafeUnpin for DbcMessageDef
impl UnwindSafe for DbcMessageDef
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