Struct windows_sys::Win32::AI::MachineLearning::DirectML::DML_GRAPH_NODE_DESC
[−]#[repr(C)]pub struct DML_GRAPH_NODE_DESC {
pub Type: DML_GRAPH_NODE_TYPE,
pub Desc: *const c_void,
}
Expand description
Required features: "Win32_AI_MachineLearning_DirectML"
Fields
Type: DML_GRAPH_NODE_TYPE
Desc: *const c_void
Trait Implementations
impl Clone for DML_GRAPH_NODE_DESC
impl Clone for DML_GRAPH_NODE_DESC
impl Copy for DML_GRAPH_NODE_DESC
Auto Trait Implementations
impl RefUnwindSafe for DML_GRAPH_NODE_DESC
impl !Send for DML_GRAPH_NODE_DESC
impl !Sync for DML_GRAPH_NODE_DESC
impl Unpin for DML_GRAPH_NODE_DESC
impl UnwindSafe for DML_GRAPH_NODE_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