pub struct Multiply128lutT {
pub lo: [u128; 4],
pub hi: [u128; 4],
}
Expand description
Elements of the Mul128 table
Fields§
§lo: [u128; 4]
Lower half of GfElements
hi: [u128; 4]
Upper half of GfElements
Trait Implementations§
Source§impl Clone for Multiply128lutT
impl Clone for Multiply128lutT
Source§fn clone(&self) -> Multiply128lutT
fn clone(&self) -> Multiply128lutT
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 moreAuto Trait Implementations§
impl Freeze for Multiply128lutT
impl RefUnwindSafe for Multiply128lutT
impl Send for Multiply128lutT
impl Sync for Multiply128lutT
impl Unpin for Multiply128lutT
impl UnwindSafe for Multiply128lutT
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