#[repr(C)]pub struct PacketGuestVcpu {
pub type: u8,
pub reserved: u64,
}Fields§
§type: u8§reserved: u64Trait Implementations§
Source§impl Clone for PacketGuestVcpu
impl Clone for PacketGuestVcpu
Source§fn clone(&self) -> PacketGuestVcpu
fn clone(&self) -> PacketGuestVcpu
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 PacketGuestVcpu
impl Debug for PacketGuestVcpu
Source§impl PartialEq for PacketGuestVcpu
impl PartialEq for PacketGuestVcpu
impl Copy for PacketGuestVcpu
impl Eq for PacketGuestVcpu
impl StructuralPartialEq for PacketGuestVcpu
Auto Trait Implementations§
impl Freeze for PacketGuestVcpu
impl RefUnwindSafe for PacketGuestVcpu
impl Send for PacketGuestVcpu
impl Sync for PacketGuestVcpu
impl Unpin for PacketGuestVcpu
impl UnwindSafe for PacketGuestVcpu
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