[][src]Enum win_ring0::IOCTL

#[repr(u32)]pub enum IOCTL {
    OLS_GET_DRIVER_VERSION,
    OLS_GET_REFCOUNT,
    OLS_READ_MSR,
    OLS_WRITE_MSR,
    OLS_READ_PMC,
    OLS_HALT,
    OLS_READ_IO_PORT,
    OLS_WRITE_IO_PORT,
    OLS_READ_IO_PORT_BYTE,
    OLS_READ_IO_PORT_WORD,
    OLS_READ_IO_PORT_DWORD,
    OLS_WRITE_IO_PORT_BYTE,
    OLS_WRITE_IO_PORT_WORD,
    OLS_WRITE_IO_PORT_DWORD,
    OLD_READ_MEMORY,
    OLS_WRITE_MEMORY,
    OLS_READ_PCI_CONFIG,
    OLS_WRITE_PCI_CONFIG,
}

Variants

OLS_GET_DRIVER_VERSION
OLS_GET_REFCOUNT
OLS_READ_MSR
OLS_WRITE_MSR
OLS_READ_PMC
OLS_HALT
OLS_READ_IO_PORT
OLS_WRITE_IO_PORT
OLS_READ_IO_PORT_BYTE
OLS_READ_IO_PORT_WORD
OLS_READ_IO_PORT_DWORD
OLS_WRITE_IO_PORT_BYTE
OLS_WRITE_IO_PORT_WORD
OLS_WRITE_IO_PORT_DWORD
OLD_READ_MEMORY
OLS_WRITE_MEMORY
OLS_READ_PCI_CONFIG
OLS_WRITE_PCI_CONFIG

Auto Trait Implementations

impl RefUnwindSafe for IOCTL

impl Send for IOCTL

impl Sync for IOCTL

impl Unpin for IOCTL

impl UnwindSafe for IOCTL

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.