#[repr(C)]pub struct SimCanBusDescRaw {
pub id: u32,
pub name: *const c_char,
pub bitrate: u32,
pub bitrate_data: u32,
pub flags: u8,
pub _pad: [u8; 3],
}Fields§
§id: u32§name: *const c_char§bitrate: u32§bitrate_data: u32§flags: u8§_pad: [u8; 3]Trait Implementations§
Source§impl Clone for SimCanBusDescRaw
impl Clone for SimCanBusDescRaw
Source§fn clone(&self) -> SimCanBusDescRaw
fn clone(&self) -> SimCanBusDescRaw
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 SimCanBusDescRaw
impl Debug for SimCanBusDescRaw
impl Copy for SimCanBusDescRaw
Auto Trait Implementations§
impl Freeze for SimCanBusDescRaw
impl RefUnwindSafe for SimCanBusDescRaw
impl !Send for SimCanBusDescRaw
impl !Sync for SimCanBusDescRaw
impl Unpin for SimCanBusDescRaw
impl UnsafeUnpin for SimCanBusDescRaw
impl UnwindSafe for SimCanBusDescRaw
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