pub enum LinearCompanionRole {
Scale,
AffineBias,
}Expand description
Semantic role of a physical companion in an encoded linear parameter.
Variants§
Trait Implementations§
Source§impl Clone for LinearCompanionRole
impl Clone for LinearCompanionRole
Source§fn clone(&self) -> LinearCompanionRole
fn clone(&self) -> LinearCompanionRole
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 LinearCompanionRole
Source§impl Debug for LinearCompanionRole
impl Debug for LinearCompanionRole
impl Eq for LinearCompanionRole
Source§impl Ord for LinearCompanionRole
impl Ord for LinearCompanionRole
Source§fn cmp(&self, other: &LinearCompanionRole) -> Ordering
fn cmp(&self, other: &LinearCompanionRole) -> 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 PartialEq for LinearCompanionRole
impl PartialEq for LinearCompanionRole
Source§impl PartialOrd for LinearCompanionRole
impl PartialOrd for LinearCompanionRole
impl StructuralPartialEq for LinearCompanionRole
Auto Trait Implementations§
impl Freeze for LinearCompanionRole
impl RefUnwindSafe for LinearCompanionRole
impl Send for LinearCompanionRole
impl Sync for LinearCompanionRole
impl Unpin for LinearCompanionRole
impl UnsafeUnpin for LinearCompanionRole
impl UnwindSafe for LinearCompanionRole
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