[−][src]Enum ferrisetw::native::tdh_types::TdhInType
pub enum TdhInType { InTypeNull, InTypeUnicodeString, InTypeAnsiString, InTypeInt8, InTypeUInt8, InTypeInt16, InTypeUInt16, InTypeInt32, InTypeUInt32, InTypeInt64, InTypeUInt64, InTypeFloat, InTypeDouble, InTypeBoolean, InTypeBinary, InTypeGuid, InTypePointer, InTypeFileTime, InTypeSystemTime, InTypeSid, InTypeHexInt32, InTypeHexInt64, InTypeCountedString, }
Represent a TDH_IN_TYPE
Variants
Trait Implementations
impl Clone for TdhInType
[src][+]
impl Copy for TdhInType
[src]
impl Debug for TdhInType
[src][+]
impl Default for TdhInType
[src][+]
impl FromPrimitive for TdhInType
[src][+]
impl PartialEq<TdhInType> for TdhInType
[src][+]
impl StructuralPartialEq for TdhInType
[src]
impl ToPrimitive for TdhInType
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for TdhInType
impl Send for TdhInType
impl Sync for TdhInType
impl Unpin for TdhInType
impl UnwindSafe for TdhInType
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[+]
V: MultiLane<T>,