Enum uacpi::utils::InterruptModel
source · #[repr(C)]pub enum InterruptModel {
Pic = 0,
IoApic = 1,
IoSapic = 2,
}Variants§
Trait Implementations§
source§impl Clone for InterruptModel
impl Clone for InterruptModel
source§fn clone(&self) -> InterruptModel
fn clone(&self) -> InterruptModel
Returns a copy 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 InterruptModel
impl Debug for InterruptModel
source§impl Ord for InterruptModel
impl Ord for InterruptModel
source§fn cmp(&self, other: &InterruptModel) -> Ordering
fn cmp(&self, other: &InterruptModel) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for InterruptModel
impl PartialEq for InterruptModel
source§impl PartialOrd for InterruptModel
impl PartialOrd for InterruptModel
impl Copy for InterruptModel
impl Eq for InterruptModel
impl StructuralPartialEq for InterruptModel
Auto Trait Implementations§
impl Freeze for InterruptModel
impl RefUnwindSafe for InterruptModel
impl Send for InterruptModel
impl Sync for InterruptModel
impl Unpin for InterruptModel
impl UnwindSafe for InterruptModel
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)