Struct 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,
}
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
§fn clone(&self) -> WINML_VARIABLE_DESC
fn clone(&self) -> WINML_VARIABLE_DESC
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for WINML_VARIABLE_DESC
impl Default for WINML_VARIABLE_DESC
impl Copy for WINML_VARIABLE_DESC
Auto Trait Implementations§
impl Freeze for WINML_VARIABLE_DESC
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more