#[repr(C)]pub struct pt_packet_cyc {
pub value: u64,
}Expand description
A CYC packet.
Fields§
§value: u64The cycle counter value.
Trait Implementations§
Source§impl Clone for pt_packet_cyc
impl Clone for pt_packet_cyc
Source§fn clone(&self) -> pt_packet_cyc
fn clone(&self) -> pt_packet_cyc
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 pt_packet_cyc
impl Debug for pt_packet_cyc
Source§impl Hash for pt_packet_cyc
impl Hash for pt_packet_cyc
Source§impl PartialEq for pt_packet_cyc
impl PartialEq for pt_packet_cyc
impl Copy for pt_packet_cyc
impl Eq for pt_packet_cyc
impl StructuralPartialEq for pt_packet_cyc
Auto Trait Implementations§
impl Freeze for pt_packet_cyc
impl RefUnwindSafe for pt_packet_cyc
impl Send for pt_packet_cyc
impl Sync for pt_packet_cyc
impl Unpin for pt_packet_cyc
impl UnwindSafe for pt_packet_cyc
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