pub enum PtwPayload {
FourBytes(u32),
EightBytes(u64),
}Expand description
Payload for PTW packet
Variants§
Trait Implementations§
Source§impl Clone for PtwPayload
impl Clone for PtwPayload
Source§fn clone(&self) -> PtwPayload
fn clone(&self) -> PtwPayload
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PtwPayload
impl Debug for PtwPayload
Source§impl Display for PtwPayload
impl Display for PtwPayload
impl Copy for PtwPayload
Auto Trait Implementations§
impl Freeze for PtwPayload
impl RefUnwindSafe for PtwPayload
impl Send for PtwPayload
impl Sync for PtwPayload
impl Unpin for PtwPayload
impl UnwindSafe for PtwPayload
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