pub(crate) struct SliceDecodeByLimb<'de> {
limbs: &'de mut [Limb],
len: usize,
}Expand description
Wrap a Limb slice as a target for decoding
Fields§
§limbs: &'de mut [Limb]§len: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<'de> Freeze for SliceDecodeByLimb<'de>
impl<'de> RefUnwindSafe for SliceDecodeByLimb<'de>
impl<'de> Send for SliceDecodeByLimb<'de>
impl<'de> Sync for SliceDecodeByLimb<'de>
impl<'de> Unpin for SliceDecodeByLimb<'de>
impl<'de> UnsafeUnpin for SliceDecodeByLimb<'de>
impl<'de> !UnwindSafe for SliceDecodeByLimb<'de>
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