#[repr(C)]pub struct pt_packet_tsc {
pub tsc: u64,
}Expand description
A TSC packet.
Fields§
§tsc: u64The TSC value.
Trait Implementations§
Source§impl Clone for pt_packet_tsc
impl Clone for pt_packet_tsc
Source§fn clone(&self) -> pt_packet_tsc
fn clone(&self) -> pt_packet_tsc
Returns a copy 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 pt_packet_tsc
impl Debug for pt_packet_tsc
impl Copy for pt_packet_tsc
Auto Trait Implementations§
impl Freeze for pt_packet_tsc
impl RefUnwindSafe for pt_packet_tsc
impl Send for pt_packet_tsc
impl Sync for pt_packet_tsc
impl Unpin for pt_packet_tsc
impl UnwindSafe for pt_packet_tsc
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