[][src]Struct ferrisetw::provider::kernel_providers::SPLIT_IO_PROVIDER

pub struct SPLIT_IO_PROVIDER { /* fields omitted */ }
[]

Represents the Split IO Kernel Provider

Methods from Deref<Target = KernelProvider>

Trait Implementations

impl Deref for SPLIT_IO_PROVIDER[src][+]

type Target = KernelProvider

The resulting type after dereferencing.

impl LazyStatic for SPLIT_IO_PROVIDER[src][+]

Auto Trait Implementations

impl RefUnwindSafe for SPLIT_IO_PROVIDER

impl Send for SPLIT_IO_PROVIDER

impl Sync for SPLIT_IO_PROVIDER

impl Unpin for SPLIT_IO_PROVIDER

impl UnwindSafe for SPLIT_IO_PROVIDER

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[+]