pub struct Rotation {
quotient: Vec<u64>,
remainder: Vec<u64>,
dense_rot: Vec<u64>,
expand_rot: Vec<u64>,
}Fields§
§quotient: Vec<u64>§remainder: Vec<u64>§dense_rot: Vec<u64>§expand_rot: Vec<u64>Implementations§
Auto Trait Implementations§
impl Freeze for Rotation
impl RefUnwindSafe for Rotation
impl Send for Rotation
impl Sync for Rotation
impl Unpin for Rotation
impl UnwindSafe for Rotation
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