#[repr(C)]pub struct hvm_hw_pci_link {
pub route: [u8; 4],
pub pad0: [u8; 4],
}Fields§
§route: [u8; 4]§pad0: [u8; 4]Trait Implementations§
Source§impl Clone for hvm_hw_pci_link
impl Clone for hvm_hw_pci_link
Source§fn clone(&self) -> hvm_hw_pci_link
fn clone(&self) -> hvm_hw_pci_link
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 moreSource§impl Debug for hvm_hw_pci_link
impl Debug for hvm_hw_pci_link
Source§impl Default for hvm_hw_pci_link
impl Default for hvm_hw_pci_link
Source§fn default() -> hvm_hw_pci_link
fn default() -> hvm_hw_pci_link
Returns the “default value” for a type. Read more
impl Copy for hvm_hw_pci_link
Auto Trait Implementations§
impl Freeze for hvm_hw_pci_link
impl RefUnwindSafe for hvm_hw_pci_link
impl Send for hvm_hw_pci_link
impl Sync for hvm_hw_pci_link
impl Unpin for hvm_hw_pci_link
impl UnwindSafe for hvm_hw_pci_link
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