#[repr(C)]pub struct Elem<E: Encoding> {
limbs: [u64; 5],
encoding: PhantomData<E>,
}
Fields§
§limbs: [u64; 5]
§encoding: PhantomData<E>
Implementations§
Auto Trait Implementations§
impl<E> Freeze for Elem<E>
impl<E> RefUnwindSafe for Elem<E>where
E: RefUnwindSafe,
impl<E> Send for Elem<E>where
E: Send,
impl<E> Sync for Elem<E>where
E: Sync,
impl<E> Unpin for Elem<E>where
E: Unpin,
impl<E> UnwindSafe for Elem<E>where
E: UnwindSafe,
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