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