pub struct M256(/* private fields */);Expand description
Represent an unsigned modulo 256-bit integer
Implementations§
Trait Implementations§
Source§impl Encodable for M256
impl Encodable for M256
Source§fn rlp_append(&self, s: &mut RlpStream)
fn rlp_append(&self, s: &mut RlpStream)
Append a value to the stream
Source§fn rlp_bytes(&self) -> ElasticArray1024<u8>
fn rlp_bytes(&self) -> ElasticArray1024<u8>
Get rlp-encoded bytes for this instance
Source§impl Ord for M256
impl Ord for M256
Source§impl PartialOrd for M256
impl PartialOrd for M256
impl Copy for M256
impl Eq for M256
impl StructuralPartialEq for M256
Auto Trait Implementations§
impl Freeze for M256
impl RefUnwindSafe for M256
impl Send for M256
impl Sync for M256
impl Unpin for M256
impl UnwindSafe for M256
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