#[repr(C)]pub union twai_error_flags_t {
pub __bindgen_anon_1: twai_error_flags_t__bindgen_ty_1,
pub val: u32,
}Expand description
@brief TWAI transmit error type structure
Fields§
§__bindgen_anon_1: twai_error_flags_t__bindgen_ty_1§val: u32< Integrated error flags
Trait Implementations§
Source§impl Clone for twai_error_flags_t
impl Clone for twai_error_flags_t
Source§fn clone(&self) -> twai_error_flags_t
fn clone(&self) -> twai_error_flags_t
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for twai_error_flags_t
impl Default for twai_error_flags_t
impl Copy for twai_error_flags_t
Auto Trait Implementations§
impl Freeze for twai_error_flags_t
impl RefUnwindSafe for twai_error_flags_t
impl Send for twai_error_flags_t
impl Sync for twai_error_flags_t
impl Unpin for twai_error_flags_t
impl UnsafeUnpin for twai_error_flags_t
impl UnwindSafe for twai_error_flags_t
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)