#[repr(C)]pub struct switchtec_event_summary {
pub global: u64,
pub part_bitmap: u64,
pub local_part: c_uint,
pub part: [c_uint; 48],
pub pff: [c_uint; 255],
}
Expand description
@brief Event summary bitmaps
Fields§
§global: u64
!< Bitmap of global events
part_bitmap: u64
!< Bitmap of partitions with active events
local_part: c_uint
!< Bitmap of events in the local partition
part: [c_uint; 48]
@brief Bitmap of events in each partition
pff: [c_uint; 255]
@brief Bitmap of events in each port function
Trait Implementations§
Source§impl Clone for switchtec_event_summary
impl Clone for switchtec_event_summary
Source§fn clone(&self) -> switchtec_event_summary
fn clone(&self) -> switchtec_event_summary
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 switchtec_event_summary
impl Debug for switchtec_event_summary
impl Copy for switchtec_event_summary
Auto Trait Implementations§
impl Freeze for switchtec_event_summary
impl RefUnwindSafe for switchtec_event_summary
impl Send for switchtec_event_summary
impl Sync for switchtec_event_summary
impl Unpin for switchtec_event_summary
impl UnwindSafe for switchtec_event_summary
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