pub struct ThBegLen {
pub th: usize,
pub beg: usize,
pub len: usize,
}Expand description
Merge segment metadata for ordered thread values.
Fields§
§th: usizeThread index.
beg: usizeStart offset within the thread buffer.
len: usizeSegment length.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ThBegLen
impl RefUnwindSafe for ThBegLen
impl Send for ThBegLen
impl Sync for ThBegLen
impl Unpin for ThBegLen
impl UnsafeUnpin for ThBegLen
impl UnwindSafe for ThBegLen
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