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