#[repr(C)]pub struct uint256_t {
pub data: [u8; 32],
}Fields§
§data: [u8; 32]Trait Implementations§
Auto Trait Implementations§
impl Freeze for uint256_t
impl RefUnwindSafe for uint256_t
impl Send for uint256_t
impl Sync for uint256_t
impl Unpin for uint256_t
impl UnwindSafe for uint256_t
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