pub struct Uint64Builder(/* private fields */);Implementations§
Source§impl Uint64Builder
impl Uint64Builder
pub const TOTAL_SIZE: usize = 8
pub const ITEM_SIZE: usize = 1
pub const ITEM_COUNT: usize = 8
pub fn set<T>(self, v: T) -> Uint64Builder
pub fn nth0<T>(self, v: T) -> Uint64Builder
pub fn nth1<T>(self, v: T) -> Uint64Builder
pub fn nth2<T>(self, v: T) -> Uint64Builder
pub fn nth3<T>(self, v: T) -> Uint64Builder
pub fn nth4<T>(self, v: T) -> Uint64Builder
pub fn nth5<T>(self, v: T) -> Uint64Builder
pub fn nth6<T>(self, v: T) -> Uint64Builder
pub fn nth7<T>(self, v: T) -> Uint64Builder
Trait Implementations§
Source§impl Builder for Uint64Builder
impl Builder for Uint64Builder
Source§impl Clone for Uint64Builder
impl Clone for Uint64Builder
Source§fn clone(&self) -> Uint64Builder
fn clone(&self) -> Uint64Builder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Uint64Builder
impl Debug for Uint64Builder
Source§impl Default for Uint64Builder
impl Default for Uint64Builder
Source§fn default() -> Uint64Builder
fn default() -> Uint64Builder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Uint64Builder
impl RefUnwindSafe for Uint64Builder
impl Send for Uint64Builder
impl Sync for Uint64Builder
impl Unpin for Uint64Builder
impl UnsafeUnpin 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