pub struct ModInv32Trans2x2 { /* private fields */ }Expand description
| Data type for transition matrices (see | section 3 of explanation). | | t = [ u v ] | [ q r ] |
Auto Trait Implementations§
impl Freeze for ModInv32Trans2x2
impl RefUnwindSafe for ModInv32Trans2x2
impl Send for ModInv32Trans2x2
impl Sync for ModInv32Trans2x2
impl Unpin for ModInv32Trans2x2
impl UnwindSafe for ModInv32Trans2x2
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