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

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

Represents the Dbg Pring Kernel Provider

Methods from Deref<Target = KernelProvider>

Trait Implementations

impl Deref for DEBUG_PRINT_PROVIDER[src][+]

type Target = KernelProvider

The resulting type after dereferencing.

impl LazyStatic for DEBUG_PRINT_PROVIDER[src][+]

Auto Trait Implementations

impl RefUnwindSafe for DEBUG_PRINT_PROVIDER

impl Send for DEBUG_PRINT_PROVIDER

impl Sync for DEBUG_PRINT_PROVIDER

impl Unpin for DEBUG_PRINT_PROVIDER

impl UnwindSafe for DEBUG_PRINT_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>, 
[+]