#[repr(C, packed(1))]pub struct PlatformInterruptSourceEntry {
pub header: EntryHeader,
pub flags: u16,
pub interrupt_type: u8,
pub processor_id: u8,
pub processor_eid: u8,
pub io_sapic_vector: u8,
pub global_system_interrupt: u32,
pub platform_interrupt_source_flags: u32,
}Fields§
§header: EntryHeader§flags: u16§interrupt_type: u8§processor_id: u8§processor_eid: u8§io_sapic_vector: u8§global_system_interrupt: u32§platform_interrupt_source_flags: u32Trait Implementations§
Source§impl Clone for PlatformInterruptSourceEntry
impl Clone for PlatformInterruptSourceEntry
Source§fn clone(&self) -> PlatformInterruptSourceEntry
fn clone(&self) -> PlatformInterruptSourceEntry
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 Debug for PlatformInterruptSourceEntry
impl Debug for PlatformInterruptSourceEntry
impl Copy for PlatformInterruptSourceEntry
Auto Trait Implementations§
impl Freeze for PlatformInterruptSourceEntry
impl RefUnwindSafe for PlatformInterruptSourceEntry
impl Send for PlatformInterruptSourceEntry
impl Sync for PlatformInterruptSourceEntry
impl Unpin for PlatformInterruptSourceEntry
impl UnwindSafe for PlatformInterruptSourceEntry
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)