#[repr(u32)]pub enum PcieKactionSpecific {
RegisterDevice = 0,
AllocateInterrupt = 1,
}
Expand description
PCIe-specific crate::kso::KactionGenericCmd values.
Variants§
Trait Implementations§
source§impl From<PcieKactionSpecific> for u32
impl From<PcieKactionSpecific> for u32
source§fn from(x: PcieKactionSpecific) -> Self
fn from(x: PcieKactionSpecific) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PcieKactionSpecific
impl ObjSafe for PcieKactionSpecific
impl RefUnwindSafe for PcieKactionSpecific
impl Send for PcieKactionSpecific
impl Sync for PcieKactionSpecific
impl Unpin for PcieKactionSpecific
impl UnwindSafe for PcieKactionSpecific
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