Struct DirectMLTensorFlowCreatorID
pub struct DirectMLTensorFlowCreatorID(/* private fields */);Trait Implementations§
§impl Clone for DirectMLTensorFlowCreatorID
impl Clone for DirectMLTensorFlowCreatorID
§impl Debug for DirectMLTensorFlowCreatorID
impl Debug for DirectMLTensorFlowCreatorID
§impl From<&DirectMLTensorFlowCreatorID> for &IUnknown
impl From<&DirectMLTensorFlowCreatorID> for &IUnknown
§fn from(value: &DirectMLTensorFlowCreatorID) -> Self
fn from(value: &DirectMLTensorFlowCreatorID) -> Self
Converts to this type from the input type.
§impl From<&DirectMLTensorFlowCreatorID> for IUnknown
impl From<&DirectMLTensorFlowCreatorID> for IUnknown
§fn from(value: &DirectMLTensorFlowCreatorID) -> Self
fn from(value: &DirectMLTensorFlowCreatorID) -> Self
Converts to this type from the input type.
§impl From<DirectMLTensorFlowCreatorID> for IUnknown
impl From<DirectMLTensorFlowCreatorID> for IUnknown
§fn from(value: DirectMLTensorFlowCreatorID) -> Self
fn from(value: DirectMLTensorFlowCreatorID) -> Self
Converts to this type from the input type.
§impl Interface for DirectMLTensorFlowCreatorID
impl Interface for DirectMLTensorFlowCreatorID
§impl PartialEq for DirectMLTensorFlowCreatorID
impl PartialEq for DirectMLTensorFlowCreatorID
§impl Vtable for DirectMLTensorFlowCreatorID
impl Vtable for DirectMLTensorFlowCreatorID
type Vtable = DirectMLTensorFlowCreatorID_Vtbl
Source§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface implementation.Source§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
impl Eq for DirectMLTensorFlowCreatorID
Auto Trait Implementations§
impl Freeze for DirectMLTensorFlowCreatorID
impl RefUnwindSafe for DirectMLTensorFlowCreatorID
impl !Send for DirectMLTensorFlowCreatorID
impl !Sync for DirectMLTensorFlowCreatorID
impl Unpin for DirectMLTensorFlowCreatorID
impl UnwindSafe for DirectMLTensorFlowCreatorID
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