Struct windows_sys::Win32::AI::MachineLearning::WinML::WINML_VARIABLE_DESC
[−]#[repr(C)]pub struct WINML_VARIABLE_DESC {
pub Name: PWSTR,
pub Description: PWSTR,
pub FeatureType: WINML_FEATURE_TYPE,
pub Required: BOOL,
pub Anonymous: WINML_VARIABLE_DESC_0,
}
Expand description
Required features: "Win32_AI_MachineLearning_WinML"
, "Win32_Foundation"
Fields
Name: PWSTR
Description: PWSTR
FeatureType: WINML_FEATURE_TYPE
Required: BOOL
Anonymous: WINML_VARIABLE_DESC_0
Trait Implementations
impl Clone for WINML_VARIABLE_DESC
impl Clone for WINML_VARIABLE_DESC
impl Copy for WINML_VARIABLE_DESC
Auto Trait Implementations
impl RefUnwindSafe for WINML_VARIABLE_DESC
impl !Send for WINML_VARIABLE_DESC
impl !Sync for WINML_VARIABLE_DESC
impl Unpin for WINML_VARIABLE_DESC
impl UnwindSafe for WINML_VARIABLE_DESC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more