pub enum RealtimeWeightComponentRole {
Primary,
Scale,
AffineBias,
}Expand description
Semantic role of one physical component in an atomic matrix lowering.
Variants§
Primary
Primary matrix weight.
Scale
Scale values required by the executable format.
AffineBias
Affine bias values required by the executable format.
Trait Implementations§
Source§impl Clone for RealtimeWeightComponentRole
impl Clone for RealtimeWeightComponentRole
Source§fn clone(&self) -> RealtimeWeightComponentRole
fn clone(&self) -> RealtimeWeightComponentRole
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 RealtimeWeightComponentRole
Source§impl Debug for RealtimeWeightComponentRole
impl Debug for RealtimeWeightComponentRole
impl Eq for RealtimeWeightComponentRole
Source§impl Hash for RealtimeWeightComponentRole
impl Hash for RealtimeWeightComponentRole
Source§impl Ord for RealtimeWeightComponentRole
impl Ord for RealtimeWeightComponentRole
Source§fn cmp(&self, other: &RealtimeWeightComponentRole) -> Ordering
fn cmp(&self, other: &RealtimeWeightComponentRole) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for RealtimeWeightComponentRole
impl PartialOrd for RealtimeWeightComponentRole
impl StructuralPartialEq for RealtimeWeightComponentRole
Auto Trait Implementations§
impl Freeze for RealtimeWeightComponentRole
impl RefUnwindSafe for RealtimeWeightComponentRole
impl Send for RealtimeWeightComponentRole
impl Sync for RealtimeWeightComponentRole
impl Unpin for RealtimeWeightComponentRole
impl UnsafeUnpin for RealtimeWeightComponentRole
impl UnwindSafe for RealtimeWeightComponentRole
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