#[repr(C, packed(1))]pub struct CorrectedPlatformErrorPollingProcessor {
pub type: u8,
pub length: u8,
pub processor_id: u8,
pub processor_eid: u8,
pub polling_interval: u32,
}Expand description
§Corrected Platform Error Polling Processor Structure
Fields§
§type: u80 - Corrected Platform Error Polling Processor structure for APIC/SAPIC based processors
length: u88
processor_id: u8Processor ID of destination.
processor_eid: u8Processor EID of destination.
polling_interval: u32Platform-suggested polling interval (in milliseconds).
Trait Implementations§
Source§impl Clone for CorrectedPlatformErrorPollingProcessor
impl Clone for CorrectedPlatformErrorPollingProcessor
Source§fn clone(&self) -> CorrectedPlatformErrorPollingProcessor
fn clone(&self) -> CorrectedPlatformErrorPollingProcessor
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 moreimpl Copy for CorrectedPlatformErrorPollingProcessor
Auto Trait Implementations§
impl Freeze for CorrectedPlatformErrorPollingProcessor
impl RefUnwindSafe for CorrectedPlatformErrorPollingProcessor
impl Send for CorrectedPlatformErrorPollingProcessor
impl Sync for CorrectedPlatformErrorPollingProcessor
impl Unpin for CorrectedPlatformErrorPollingProcessor
impl UnwindSafe for CorrectedPlatformErrorPollingProcessor
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