pub struct Payload {
pub lines: usize,
pub max_packed: usize,
}Expand description
What a generated payload holds, for anchoring assertions.
Fields§
§lines: usizeLines packed into the buffer.
max_packed: usizeLargest packed multi-value run among those lines. Zero when none.
Trait Implementations§
impl Copy for Payload
Auto Trait Implementations§
impl Freeze for Payload
impl RefUnwindSafe for Payload
impl Send for Payload
impl Sync for Payload
impl Unpin for Payload
impl UnwindSafe for Payload
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