#[repr(C)]pub struct IdaxChunk {
pub start: u64,
pub end: u64,
pub is_tail: c_int,
pub owner: u64,
}Expand description
Chunk descriptor.
Fields§
§start: u64§end: u64§is_tail: c_int§owner: u64Trait Implementations§
impl Copy for IdaxChunk
Auto Trait Implementations§
impl Freeze for IdaxChunk
impl RefUnwindSafe for IdaxChunk
impl Send for IdaxChunk
impl Sync for IdaxChunk
impl Unpin for IdaxChunk
impl UnsafeUnpin for IdaxChunk
impl UnwindSafe for IdaxChunk
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