#[repr(C)]pub struct _sw_ite_t {
pub el: u8,
pub value: u64,
}Fields§
§el: u8< exception level for PE sw instrumentation instruction
value: u64< payload for PE sw instrumentation instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for _sw_ite_t
impl RefUnwindSafe for _sw_ite_t
impl Send for _sw_ite_t
impl Sync for _sw_ite_t
impl Unpin for _sw_ite_t
impl UnwindSafe for _sw_ite_t
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