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