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

pub struct KernelProvider {
    pub guid: Guid,
    pub flags: u32,
}
[]

Represents a Kernel Provider structure which can be used to create a Kernel Provider

Fields

guid: Guid
[]

Kernel Provider GUID

flags: u32
[]

Kernel Provider Flags

Implementations

impl KernelProvider[src][]

pub fn new(guid: &str, flags: u32) -> KernelProvider[src][]

Use the new function to create a Kernel Provider which can be then tied into a Provider

Auto Trait Implementations

impl RefUnwindSafe for KernelProvider

impl Send for KernelProvider

impl Sync for KernelProvider

impl Unpin for KernelProvider

impl UnwindSafe for KernelProvider

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>, 
[+]