#[repr(C)]pub struct pt_packet_pip {
pub cr3: u64,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u8; 7],
}Expand description
A PIP packet.
Fields§
§cr3: u64The CR3 value.
_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§__bindgen_padding_0: [u8; 7]Implementations§
Trait Implementations§
Source§impl Clone for pt_packet_pip
impl Clone for pt_packet_pip
Source§fn clone(&self) -> pt_packet_pip
fn clone(&self) -> pt_packet_pip
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_pip
impl Debug for pt_packet_pip
Source§impl Hash for pt_packet_pip
impl Hash for pt_packet_pip
Source§impl PartialEq for pt_packet_pip
impl PartialEq for pt_packet_pip
impl Copy for pt_packet_pip
impl Eq for pt_packet_pip
impl StructuralPartialEq for pt_packet_pip
Auto Trait Implementations§
impl Freeze for pt_packet_pip
impl RefUnwindSafe for pt_packet_pip
impl Send for pt_packet_pip
impl Sync for pt_packet_pip
impl Unpin for pt_packet_pip
impl UnwindSafe for pt_packet_pip
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