pub enum AcpiGsiController {
IoApic,
PchPic,
}Variants§
Trait Implementations§
Source§impl Clone for AcpiGsiController
impl Clone for AcpiGsiController
Source§fn clone(&self) -> AcpiGsiController
fn clone(&self) -> AcpiGsiController
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AcpiGsiController
Source§impl Debug for AcpiGsiController
impl Debug for AcpiGsiController
impl Eq for AcpiGsiController
Source§impl PartialEq for AcpiGsiController
impl PartialEq for AcpiGsiController
Source§fn eq(&self, other: &AcpiGsiController) -> bool
fn eq(&self, other: &AcpiGsiController) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AcpiGsiController
Auto Trait Implementations§
impl Freeze for AcpiGsiController
impl RefUnwindSafe for AcpiGsiController
impl Send for AcpiGsiController
impl Sync for AcpiGsiController
impl Unpin for AcpiGsiController
impl UnsafeUnpin for AcpiGsiController
impl UnwindSafe for AcpiGsiController
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