Struct windows_sys::Win32::AI::MachineLearning::WinML::MLOperatorEdgeDescription
[−]#[repr(C)]pub struct MLOperatorEdgeDescription {
pub edgeType: MLOperatorEdgeType,
pub Anonymous: MLOperatorEdgeDescription_0,
}
Expand description
Required features: "Win32_AI_MachineLearning_WinML"
Fields
edgeType: MLOperatorEdgeType
Anonymous: MLOperatorEdgeDescription_0
Trait Implementations
impl Clone for MLOperatorEdgeDescription
impl Clone for MLOperatorEdgeDescription
impl Copy for MLOperatorEdgeDescription
Auto Trait Implementations
impl RefUnwindSafe for MLOperatorEdgeDescription
impl Send for MLOperatorEdgeDescription
impl Sync for MLOperatorEdgeDescription
impl Unpin for MLOperatorEdgeDescription
impl UnwindSafe for MLOperatorEdgeDescription
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