pub struct PlatformInterruptSourceFlags(/* private fields */);Implementations§
Source§impl PlatformInterruptSourceFlags
impl PlatformInterruptSourceFlags
Sourcepub const fn cpei_processor_override(&self) -> bool
pub const fn cpei_processor_override(&self) -> bool
When set, indicates that retrieval of error information is allowed from any processor and OSPM is to use the information provided by the processor ID, EID fields of the Platform Interrupt Source Structure as a target processor hint.
Trait Implementations§
Source§impl Clone for PlatformInterruptSourceFlags
impl Clone for PlatformInterruptSourceFlags
Source§fn clone(&self) -> PlatformInterruptSourceFlags
fn clone(&self) -> PlatformInterruptSourceFlags
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 PlatformInterruptSourceFlags
Auto Trait Implementations§
impl Freeze for PlatformInterruptSourceFlags
impl RefUnwindSafe for PlatformInterruptSourceFlags
impl Send for PlatformInterruptSourceFlags
impl Sync for PlatformInterruptSourceFlags
impl Unpin for PlatformInterruptSourceFlags
impl UnwindSafe for PlatformInterruptSourceFlags
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