pub struct Uint64Vec(/* private fields */);
Implementations§
Source§impl Uint64Vec
impl Uint64Vec
pub const ITEM_SIZE: usize = 8usize
pub fn total_size(&self) -> usize
pub fn item_count(&self) -> usize
pub fn len(&self) -> usize
pub fn is_empty(&self) -> bool
pub fn get(&self, idx: usize) -> Option<Uint64>
pub fn get_unchecked(&self, idx: usize) -> Uint64
pub fn as_reader<'r>(&'r self) -> Uint64VecReader<'r>
Trait Implementations§
Source§impl Entity for Uint64Vec
impl Entity for Uint64Vec
const NAME: &'static str = "Uint64Vec"
type Builder = Uint64VecBuilder
fn new_unchecked(data: Bytes) -> Self
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> VerificationResult<Self>
fn from_compatible_slice(slice: &[u8]) -> VerificationResult<Self>
fn new_builder() -> Self::Builder
fn as_builder(self) -> Self::Builder
Source§impl IntoIterator for Uint64Vec
impl IntoIterator for Uint64Vec
Auto Trait Implementations§
impl !Freeze for Uint64Vec
impl RefUnwindSafe for Uint64Vec
impl Send for Uint64Vec
impl Sync for Uint64Vec
impl Unpin for Uint64Vec
impl UnwindSafe for Uint64Vec
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)