pub enum SlotEvent {
AttentionButton,
PowerFault,
PresenceChanged,
CommandCompleted,
DllStateChanged,
}Expand description
Slot event type for PCIe native hot-plug
Variants§
AttentionButton
Attention button pressed
PowerFault
Power fault detected
PresenceChanged
Presence detect changed
CommandCompleted
Command completed
DllStateChanged
Data link layer state changed
Trait Implementations§
impl Copy for SlotEvent
impl Eq for SlotEvent
impl StructuralPartialEq for SlotEvent
Auto Trait Implementations§
impl Freeze for SlotEvent
impl RefUnwindSafe for SlotEvent
impl Send for SlotEvent
impl Sync for SlotEvent
impl Unpin for SlotEvent
impl UnwindSafe for SlotEvent
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)