Struct LearningModelDeviceKind
#[repr(transparent)]pub struct LearningModelDeviceKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl LearningModelDeviceKind
impl LearningModelDeviceKind
pub const Default: Self = _
pub const Cpu: Self = _
pub const DirectX: Self = _
pub const DirectXHighPerformance: Self = _
pub const DirectXMinPower: Self = _
Trait Implementations§
§impl Clone for LearningModelDeviceKind
impl Clone for LearningModelDeviceKind
§fn clone(&self) -> LearningModelDeviceKind
fn clone(&self) -> LearningModelDeviceKind
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 LearningModelDeviceKind
impl Debug for LearningModelDeviceKind
§impl Default for LearningModelDeviceKind
impl Default for LearningModelDeviceKind
§fn default() -> LearningModelDeviceKind
fn default() -> LearningModelDeviceKind
Returns the “default value” for a type. Read more
§impl PartialEq for LearningModelDeviceKind
impl PartialEq for LearningModelDeviceKind
impl Copy for LearningModelDeviceKind
impl Eq for LearningModelDeviceKind
impl StructuralPartialEq for LearningModelDeviceKind
Auto Trait Implementations§
impl Freeze for LearningModelDeviceKind
impl RefUnwindSafe for LearningModelDeviceKind
impl Send for LearningModelDeviceKind
impl Sync for LearningModelDeviceKind
impl Unpin for LearningModelDeviceKind
impl UnwindSafe for LearningModelDeviceKind
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