Struct libicsneo_sys::neomessage_can_error_t
source · #[repr(C, packed)]pub struct neomessage_can_error_t {
pub status: neomessage_statusbitfield_t,
pub timestamp: u64,
pub _reservedTimestamp: u64,
pub _reserved2: [size_t; 2],
pub transmitErrorCount: u8,
pub receiveErrorCount: u8,
pub _reserved3: [u8; 5],
pub netid: neonetid_t,
pub type_: neonettype_t,
pub messageType: neomessagetype_t,
pub _reserved4: [u8; 12],
}Fields
status: neomessage_statusbitfield_ttimestamp: u64_reservedTimestamp: u64_reserved2: [size_t; 2]transmitErrorCount: u8receiveErrorCount: u8_reserved3: [u8; 5]netid: neonetid_ttype_: neonettype_tmessageType: neomessagetype_t_reserved4: [u8; 12]Trait Implementations
sourceimpl Clone for neomessage_can_error_t
impl Clone for neomessage_can_error_t
sourcefn clone(&self) -> neomessage_can_error_t
fn clone(&self) -> neomessage_can_error_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for neomessage_can_error_t
impl Debug for neomessage_can_error_t
impl Copy for neomessage_can_error_t
Auto Trait Implementations
impl RefUnwindSafe for neomessage_can_error_t
impl Send for neomessage_can_error_t
impl Sync for neomessage_can_error_t
impl Unpin for neomessage_can_error_t
impl UnwindSafe for neomessage_can_error_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more