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