Struct DirectMLPyTorchCreatorID
pub struct DirectMLPyTorchCreatorID(/* private fields */);Trait Implementations§
§impl Clone for DirectMLPyTorchCreatorID
impl Clone for DirectMLPyTorchCreatorID
§impl Debug for DirectMLPyTorchCreatorID
impl Debug for DirectMLPyTorchCreatorID
§impl From<&DirectMLPyTorchCreatorID> for &IUnknown
impl From<&DirectMLPyTorchCreatorID> for &IUnknown
§fn from(value: &DirectMLPyTorchCreatorID) -> Self
fn from(value: &DirectMLPyTorchCreatorID) -> Self
Converts to this type from the input type.
§impl From<&DirectMLPyTorchCreatorID> for IUnknown
impl From<&DirectMLPyTorchCreatorID> for IUnknown
§fn from(value: &DirectMLPyTorchCreatorID) -> Self
fn from(value: &DirectMLPyTorchCreatorID) -> Self
Converts to this type from the input type.
§impl From<DirectMLPyTorchCreatorID> for IUnknown
impl From<DirectMLPyTorchCreatorID> for IUnknown
§fn from(value: DirectMLPyTorchCreatorID) -> Self
fn from(value: DirectMLPyTorchCreatorID) -> Self
Converts to this type from the input type.
§impl Interface for DirectMLPyTorchCreatorID
impl Interface for DirectMLPyTorchCreatorID
§impl PartialEq for DirectMLPyTorchCreatorID
impl PartialEq for DirectMLPyTorchCreatorID
§impl Vtable for DirectMLPyTorchCreatorID
impl Vtable for DirectMLPyTorchCreatorID
type Vtable = DirectMLPyTorchCreatorID_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 DirectMLPyTorchCreatorID
Auto Trait Implementations§
impl Freeze for DirectMLPyTorchCreatorID
impl RefUnwindSafe for DirectMLPyTorchCreatorID
impl !Send for DirectMLPyTorchCreatorID
impl !Sync for DirectMLPyTorchCreatorID
impl Unpin for DirectMLPyTorchCreatorID
impl UnwindSafe for DirectMLPyTorchCreatorID
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