pub struct OrtNvTensorRtRtxProviderOptions { /* private fields */ }Trait Implementations§
Source§impl Clone for OrtNvTensorRtRtxProviderOptions
impl Clone for OrtNvTensorRtRtxProviderOptions
Source§fn clone(&self) -> OrtNvTensorRtRtxProviderOptions
fn clone(&self) -> OrtNvTensorRtRtxProviderOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OrtNvTensorRtRtxProviderOptions
Auto Trait Implementations§
impl Freeze for OrtNvTensorRtRtxProviderOptions
impl RefUnwindSafe for OrtNvTensorRtRtxProviderOptions
impl Send for OrtNvTensorRtRtxProviderOptions
impl Sync for OrtNvTensorRtRtxProviderOptions
impl Unpin for OrtNvTensorRtRtxProviderOptions
impl UnsafeUnpin for OrtNvTensorRtRtxProviderOptions
impl UnwindSafe for OrtNvTensorRtRtxProviderOptions
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