pub struct AcpiPchPic {
pub id: u16,
pub address: u64,
pub mmio_size: u16,
pub gsi_count: u16,
pub gsi_base: u32,
}Fields§
§id: u16§address: u64§mmio_size: u16§gsi_count: u16§gsi_base: u32Trait Implementations§
Source§impl Clone for AcpiPchPic
impl Clone for AcpiPchPic
Source§fn clone(&self) -> AcpiPchPic
fn clone(&self) -> AcpiPchPic
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 AcpiPchPic
Source§impl Debug for AcpiPchPic
impl Debug for AcpiPchPic
impl Eq for AcpiPchPic
Source§impl PartialEq for AcpiPchPic
impl PartialEq for AcpiPchPic
Source§fn eq(&self, other: &AcpiPchPic) -> bool
fn eq(&self, other: &AcpiPchPic) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AcpiPchPic
Auto Trait Implementations§
impl Freeze for AcpiPchPic
impl RefUnwindSafe for AcpiPchPic
impl Send for AcpiPchPic
impl Sync for AcpiPchPic
impl Unpin for AcpiPchPic
impl UnsafeUnpin for AcpiPchPic
impl UnwindSafe for AcpiPchPic
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