pub struct ArithmeticFPInputs {
pub k: [f32; 4],
pub enforce_pm_color: bool,
}
Fields§
§k: [f32; 4]
§enforce_pm_color: bool
Implementations§
Trait Implementations§
Source§impl Clone for ArithmeticFPInputs
impl Clone for ArithmeticFPInputs
Source§fn clone(&self) -> ArithmeticFPInputs
fn clone(&self) -> ArithmeticFPInputs
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 moreSource§impl Debug for ArithmeticFPInputs
impl Debug for ArithmeticFPInputs
Source§impl PartialEq for ArithmeticFPInputs
impl PartialEq for ArithmeticFPInputs
impl Copy for ArithmeticFPInputs
impl StructuralPartialEq for ArithmeticFPInputs
Auto Trait Implementations§
impl Freeze for ArithmeticFPInputs
impl RefUnwindSafe for ArithmeticFPInputs
impl Send for ArithmeticFPInputs
impl Sync for ArithmeticFPInputs
impl Unpin for ArithmeticFPInputs
impl UnwindSafe for ArithmeticFPInputs
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