Struct randomx_rust_wrapper::result_hash::ResultHash
source · pub struct ResultHash { /* private fields */ }Implementations§
source§impl ResultHash
impl ResultHash
pub fn into_slice(self) -> [u8; 32]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ResultHash
impl Send for ResultHash
impl Sync for ResultHash
impl Unpin for ResultHash
impl UnwindSafe for ResultHash
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