#[repr(C)]pub struct DML_OUTPUT_GRAPH_EDGE_DESC {
pub FromNodeIndex: u32,
pub FromNodeOutputIndex: u32,
pub GraphOutputIndex: u32,
pub Name: PCSTR,
}
Expand description
Required features: "Win32_AI_MachineLearning_DirectML"
Fields
FromNodeIndex: u32
FromNodeOutputIndex: u32
GraphOutputIndex: u32
Name: PCSTR
Trait Implementations
impl Clone for DML_OUTPUT_GRAPH_EDGE_DESC
impl Clone for DML_OUTPUT_GRAPH_EDGE_DESC
impl Copy for DML_OUTPUT_GRAPH_EDGE_DESC
Auto Trait Implementations
impl RefUnwindSafe for DML_OUTPUT_GRAPH_EDGE_DESC
impl !Send for DML_OUTPUT_GRAPH_EDGE_DESC
impl !Sync for DML_OUTPUT_GRAPH_EDGE_DESC
impl Unpin for DML_OUTPUT_GRAPH_EDGE_DESC
impl UnwindSafe for DML_OUTPUT_GRAPH_EDGE_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