pub struct FixedArrayChunkElement {
pub address: u64,
}Expand description
A single element in a fixed array for unfiltered chunks. Each element is simply a chunk address (sizeof_addr bytes).
Fields§
§address: u64Trait Implementations§
Source§impl Clone for FixedArrayChunkElement
impl Clone for FixedArrayChunkElement
Source§fn clone(&self) -> FixedArrayChunkElement
fn clone(&self) -> FixedArrayChunkElement
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 FixedArrayChunkElement
impl Debug for FixedArrayChunkElement
Source§impl PartialEq for FixedArrayChunkElement
impl PartialEq for FixedArrayChunkElement
impl StructuralPartialEq for FixedArrayChunkElement
Auto Trait Implementations§
impl Freeze for FixedArrayChunkElement
impl RefUnwindSafe for FixedArrayChunkElement
impl Send for FixedArrayChunkElement
impl Sync for FixedArrayChunkElement
impl Unpin for FixedArrayChunkElement
impl UnsafeUnpin for FixedArrayChunkElement
impl UnwindSafe for FixedArrayChunkElement
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