pub struct Uint64Builder(/* private fields */);
Implementations§
Source§impl Uint64Builder
impl Uint64Builder
pub const TOTAL_SIZE: usize = 8usize
pub const ITEM_SIZE: usize = 1usize
pub const ITEM_COUNT: usize = 8usize
pub fn set(self, v: [Byte; 8]) -> Self
pub fn nth0(self, v: Byte) -> Self
pub fn nth1(self, v: Byte) -> Self
pub fn nth2(self, v: Byte) -> Self
pub fn nth3(self, v: Byte) -> Self
pub fn nth4(self, v: Byte) -> Self
pub fn nth5(self, v: Byte) -> Self
pub fn nth6(self, v: Byte) -> Self
pub fn nth7(self, v: Byte) -> Self
Trait Implementations§
Source§impl Builder for Uint64Builder
impl Builder for Uint64Builder
Source§impl Debug for Uint64Builder
impl Debug for Uint64Builder
Auto Trait Implementations§
impl Freeze for Uint64Builder
impl RefUnwindSafe for Uint64Builder
impl Send for Uint64Builder
impl Sync for Uint64Builder
impl Unpin for Uint64Builder
impl UnwindSafe for Uint64Builder
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