pub struct Uint256Builder(/* private fields */);
Implementations§
Source§impl Uint256Builder
impl Uint256Builder
pub const TOTAL_SIZE: usize = 32usize
pub const ITEM_SIZE: usize = 1usize
pub const ITEM_COUNT: usize = 32usize
pub fn set(self, v: [Byte; 32]) -> Uint256Builder
pub fn nth0(self, v: Byte) -> Uint256Builder
pub fn nth1(self, v: Byte) -> Uint256Builder
pub fn nth2(self, v: Byte) -> Uint256Builder
pub fn nth3(self, v: Byte) -> Uint256Builder
pub fn nth4(self, v: Byte) -> Uint256Builder
pub fn nth5(self, v: Byte) -> Uint256Builder
pub fn nth6(self, v: Byte) -> Uint256Builder
pub fn nth7(self, v: Byte) -> Uint256Builder
pub fn nth8(self, v: Byte) -> Uint256Builder
pub fn nth9(self, v: Byte) -> Uint256Builder
pub fn nth10(self, v: Byte) -> Uint256Builder
pub fn nth11(self, v: Byte) -> Uint256Builder
pub fn nth12(self, v: Byte) -> Uint256Builder
pub fn nth13(self, v: Byte) -> Uint256Builder
pub fn nth14(self, v: Byte) -> Uint256Builder
pub fn nth15(self, v: Byte) -> Uint256Builder
pub fn nth16(self, v: Byte) -> Uint256Builder
pub fn nth17(self, v: Byte) -> Uint256Builder
pub fn nth18(self, v: Byte) -> Uint256Builder
pub fn nth19(self, v: Byte) -> Uint256Builder
pub fn nth20(self, v: Byte) -> Uint256Builder
pub fn nth21(self, v: Byte) -> Uint256Builder
pub fn nth22(self, v: Byte) -> Uint256Builder
pub fn nth23(self, v: Byte) -> Uint256Builder
pub fn nth24(self, v: Byte) -> Uint256Builder
pub fn nth25(self, v: Byte) -> Uint256Builder
pub fn nth26(self, v: Byte) -> Uint256Builder
pub fn nth27(self, v: Byte) -> Uint256Builder
pub fn nth28(self, v: Byte) -> Uint256Builder
pub fn nth29(self, v: Byte) -> Uint256Builder
pub fn nth30(self, v: Byte) -> Uint256Builder
pub fn nth31(self, v: Byte) -> Uint256Builder
Trait Implementations§
Source§impl Builder for Uint256Builder
impl Builder for Uint256Builder
Source§impl Debug for Uint256Builder
impl Debug for Uint256Builder
Source§impl Default for Uint256Builder
impl Default for Uint256Builder
Source§fn default() -> Uint256Builder
fn default() -> Uint256Builder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Uint256Builder
impl RefUnwindSafe for Uint256Builder
impl Send for Uint256Builder
impl Sync for Uint256Builder
impl Unpin for Uint256Builder
impl UnwindSafe for Uint256Builder
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