pub enum PciDeviceResetMethod {
NoReset,
Acpi,
Flr,
AfFlr,
Pm,
Bus,
}
Variants§
Trait Implementations§
Source§impl Clone for PciDeviceResetMethod
impl Clone for PciDeviceResetMethod
Source§fn clone(&self) -> PciDeviceResetMethod
fn clone(&self) -> PciDeviceResetMethod
Returns a copy 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 PciDeviceResetMethod
impl Debug for PciDeviceResetMethod
impl Copy for PciDeviceResetMethod
Auto Trait Implementations§
impl Freeze for PciDeviceResetMethod
impl RefUnwindSafe for PciDeviceResetMethod
impl Send for PciDeviceResetMethod
impl Sync for PciDeviceResetMethod
impl Unpin for PciDeviceResetMethod
impl UnwindSafe for PciDeviceResetMethod
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