#[repr(C)]pub struct pt_packet_cfe {
pub type_: pt_cfe_type,
pub vector: u8,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: u16,
}Expand description
A CFE packet.
Fields§
§type_: pt_cfe_typeThe type of control-flow event.
vector: u8The vector depending on the type:
pt_cfe_intr: the event vector. pt_cfe_vmexit_intr: the event vector. pt_cfe_sipi: the SIPI vector. pt_cfe_uintr: the user interrupt vector.
_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§__bindgen_padding_0: u16Implementations§
Trait Implementations§
Source§impl Clone for pt_packet_cfe
impl Clone for pt_packet_cfe
Source§fn clone(&self) -> pt_packet_cfe
fn clone(&self) -> pt_packet_cfe
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 pt_packet_cfe
impl Debug for pt_packet_cfe
Source§impl Hash for pt_packet_cfe
impl Hash for pt_packet_cfe
Source§impl PartialEq for pt_packet_cfe
impl PartialEq for pt_packet_cfe
impl Copy for pt_packet_cfe
impl Eq for pt_packet_cfe
impl StructuralPartialEq for pt_packet_cfe
Auto Trait Implementations§
impl Freeze for pt_packet_cfe
impl RefUnwindSafe for pt_packet_cfe
impl Send for pt_packet_cfe
impl Sync for pt_packet_cfe
impl Unpin for pt_packet_cfe
impl UnwindSafe for pt_packet_cfe
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