Union windows_sys::Win32::AI::MachineLearning::DirectML::DML_SCALAR_UNION
[−]#[repr(C)]
pub union DML_SCALAR_UNION {
pub Bytes: [u8; 8],
pub Int8: i8,
pub UInt8: u8,
pub Int16: i16,
pub UInt16: u16,
pub Int32: i32,
pub UInt32: u32,
pub Int64: i64,
pub UInt64: u64,
pub Float32: f32,
pub Float64: f64,
}Expand description
Required features: ‘Win32_AI_MachineLearning_DirectML’
Fields
Bytes: [u8; 8]Int8: i8UInt8: u8Int16: i16UInt16: u16Int32: i32UInt32: u32Int64: i64UInt64: u64Float32: f32Float64: f64