pub struct BeUint64Builder(/* private fields */);
Implementations§
Source§impl BeUint64Builder
impl BeUint64Builder
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]) -> BeUint64Builder
pub fn nth0(self, v: Byte) -> BeUint64Builder
pub fn nth1(self, v: Byte) -> BeUint64Builder
pub fn nth2(self, v: Byte) -> BeUint64Builder
pub fn nth3(self, v: Byte) -> BeUint64Builder
pub fn nth4(self, v: Byte) -> BeUint64Builder
pub fn nth5(self, v: Byte) -> BeUint64Builder
pub fn nth6(self, v: Byte) -> BeUint64Builder
pub fn nth7(self, v: Byte) -> BeUint64Builder
Trait Implementations§
Source§impl Builder for BeUint64Builder
impl Builder for BeUint64Builder
Source§impl Debug for BeUint64Builder
impl Debug for BeUint64Builder
Source§impl Default for BeUint64Builder
impl Default for BeUint64Builder
Source§fn default() -> BeUint64Builder
fn default() -> BeUint64Builder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BeUint64Builder
impl RefUnwindSafe for BeUint64Builder
impl Send for BeUint64Builder
impl Sync for BeUint64Builder
impl Unpin for BeUint64Builder
impl UnwindSafe for BeUint64Builder
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