pub struct Uint128Builder(/* private fields */);
Implementations§
Source§impl Uint128Builder
impl Uint128Builder
pub const TOTAL_SIZE: usize = 16usize
pub const ITEM_SIZE: usize = 1usize
pub const ITEM_COUNT: usize = 16usize
pub fn set(self, v: [Byte; 16]) -> Uint128Builder
pub fn nth0(self, v: Byte) -> Uint128Builder
pub fn nth1(self, v: Byte) -> Uint128Builder
pub fn nth2(self, v: Byte) -> Uint128Builder
pub fn nth3(self, v: Byte) -> Uint128Builder
pub fn nth4(self, v: Byte) -> Uint128Builder
pub fn nth5(self, v: Byte) -> Uint128Builder
pub fn nth6(self, v: Byte) -> Uint128Builder
pub fn nth7(self, v: Byte) -> Uint128Builder
pub fn nth8(self, v: Byte) -> Uint128Builder
pub fn nth9(self, v: Byte) -> Uint128Builder
pub fn nth10(self, v: Byte) -> Uint128Builder
pub fn nth11(self, v: Byte) -> Uint128Builder
pub fn nth12(self, v: Byte) -> Uint128Builder
pub fn nth13(self, v: Byte) -> Uint128Builder
pub fn nth14(self, v: Byte) -> Uint128Builder
pub fn nth15(self, v: Byte) -> Uint128Builder
Trait Implementations§
Source§impl Builder for Uint128Builder
impl Builder for Uint128Builder
Source§impl Debug for Uint128Builder
impl Debug for Uint128Builder
Source§impl Default for Uint128Builder
impl Default for Uint128Builder
Source§fn default() -> Uint128Builder
fn default() -> Uint128Builder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Uint128Builder
impl RefUnwindSafe for Uint128Builder
impl Send for Uint128Builder
impl Sync for Uint128Builder
impl Unpin for Uint128Builder
impl UnwindSafe for Uint128Builder
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