pub struct PrecisionProfile {
pub compute: PrecisionKind,
pub mixed: MixedPrecisionKind,
}Fields§
§compute: PrecisionKind§mixed: MixedPrecisionKindTrait Implementations§
Source§impl Clone for PrecisionProfile
impl Clone for PrecisionProfile
Source§fn clone(&self) -> PrecisionProfile
fn clone(&self) -> PrecisionProfile
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 moreSource§impl Debug for PrecisionProfile
impl Debug for PrecisionProfile
Source§impl Default for PrecisionProfile
impl Default for PrecisionProfile
Source§impl<'de> Deserialize<'de> for PrecisionProfilewhere
PrecisionProfile: Default,
impl<'de> Deserialize<'de> for PrecisionProfilewhere
PrecisionProfile: Default,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PrecisionProfile
impl PartialEq for PrecisionProfile
Source§fn eq(&self, other: &PrecisionProfile) -> bool
fn eq(&self, other: &PrecisionProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PrecisionProfile
impl Serialize for PrecisionProfile
impl StructuralPartialEq for PrecisionProfile
Auto Trait Implementations§
impl Freeze for PrecisionProfile
impl RefUnwindSafe for PrecisionProfile
impl Send for PrecisionProfile
impl Sync for PrecisionProfile
impl Unpin for PrecisionProfile
impl UnsafeUnpin for PrecisionProfile
impl UnwindSafe for PrecisionProfile
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