#[repr(C)]pub struct OrtDmlDeviceOptions {
pub Preference: OrtDmlPerformancePreference,
pub Filter: OrtDmlDeviceFilter,
}Fields§
§Preference: OrtDmlPerformancePreference§Filter: OrtDmlDeviceFilterTrait Implementations§
Source§impl Clone for OrtDmlDeviceOptions
impl Clone for OrtDmlDeviceOptions
Source§fn clone(&self) -> OrtDmlDeviceOptions
fn clone(&self) -> OrtDmlDeviceOptions
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for OrtDmlDeviceOptions
impl RefUnwindSafe for OrtDmlDeviceOptions
impl Send for OrtDmlDeviceOptions
impl Sync for OrtDmlDeviceOptions
impl Unpin for OrtDmlDeviceOptions
impl UnsafeUnpin for OrtDmlDeviceOptions
impl UnwindSafe for OrtDmlDeviceOptions
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