pub struct Rhdh {
pub padded: usize,
/* private fields */
}Expand description
A reusable RHDH context: the random sign diagonal for a padded dimension.
Fields§
§padded: usizeImplementations§
Auto Trait Implementations§
impl Freeze for Rhdh
impl RefUnwindSafe for Rhdh
impl Send for Rhdh
impl Sync for Rhdh
impl Unpin for Rhdh
impl UnsafeUnpin for Rhdh
impl UnwindSafe for Rhdh
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