Struct MLOperatorKernelDescription
#[repr(C)]pub struct MLOperatorKernelDescription {
pub domain: PCSTR,
pub name: PCSTR,
pub minimumOperatorSetVersion: i32,
pub executionType: MLOperatorExecutionType,
pub typeConstraints: *const MLOperatorEdgeTypeConstraint,
pub typeConstraintCount: u32,
pub defaultAttributes: *const MLOperatorAttributeNameValue,
pub defaultAttributeCount: u32,
pub options: MLOperatorKernelOptions,
pub executionOptions: u32,
}
Fields§
§domain: PCSTR
§name: PCSTR
§minimumOperatorSetVersion: i32
§executionType: MLOperatorExecutionType
§typeConstraints: *const MLOperatorEdgeTypeConstraint
§typeConstraintCount: u32
§defaultAttributes: *const MLOperatorAttributeNameValue
§defaultAttributeCount: u32
§options: MLOperatorKernelOptions
§executionOptions: u32
Trait Implementations§
§impl Clone for MLOperatorKernelDescription
impl Clone for MLOperatorKernelDescription
§fn clone(&self) -> MLOperatorKernelDescription
fn clone(&self) -> MLOperatorKernelDescription
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 Debug for MLOperatorKernelDescription
impl Debug for MLOperatorKernelDescription
§impl Default for MLOperatorKernelDescription
impl Default for MLOperatorKernelDescription
§impl PartialEq for MLOperatorKernelDescription
impl PartialEq for MLOperatorKernelDescription
impl Copy for MLOperatorKernelDescription
impl StructuralPartialEq for MLOperatorKernelDescription
Auto Trait Implementations§
impl Freeze for MLOperatorKernelDescription
impl RefUnwindSafe for MLOperatorKernelDescription
impl !Send for MLOperatorKernelDescription
impl !Sync for MLOperatorKernelDescription
impl Unpin for MLOperatorKernelDescription
impl UnwindSafe for MLOperatorKernelDescription
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