pub struct CmpSample {
pub width: u8,
pub value: [u8; 32],
}Expand description
A single comparison operand captured by a trace-cmp callback.
Fields§
§width: u8Bit-width of the original comparison (8, 16, 32, or 64).
value: [u8; 32]The operand value, right-aligned in a 32-byte buffer.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CmpSample
impl RefUnwindSafe for CmpSample
impl Send for CmpSample
impl Sync for CmpSample
impl Unpin for CmpSample
impl UnsafeUnpin for CmpSample
impl UnwindSafe for CmpSample
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,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 33 bytes