#[repr(C)]pub struct __HVM_SAVE_TYPE_LAPIC {
pub t: hvm_hw_lapic,
pub c: [c_char; 5],
pub cpt: [c_char; 1],
}Fields§
§t: hvm_hw_lapic§c: [c_char; 5]§cpt: [c_char; 1]Trait Implementations§
Source§impl Clone for __HVM_SAVE_TYPE_LAPIC
impl Clone for __HVM_SAVE_TYPE_LAPIC
Source§fn clone(&self) -> __HVM_SAVE_TYPE_LAPIC
fn clone(&self) -> __HVM_SAVE_TYPE_LAPIC
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 __HVM_SAVE_TYPE_LAPIC
impl Debug for __HVM_SAVE_TYPE_LAPIC
Source§impl Default for __HVM_SAVE_TYPE_LAPIC
impl Default for __HVM_SAVE_TYPE_LAPIC
Source§fn default() -> __HVM_SAVE_TYPE_LAPIC
fn default() -> __HVM_SAVE_TYPE_LAPIC
Returns the “default value” for a type. Read more
impl Copy for __HVM_SAVE_TYPE_LAPIC
Auto Trait Implementations§
impl Freeze for __HVM_SAVE_TYPE_LAPIC
impl RefUnwindSafe for __HVM_SAVE_TYPE_LAPIC
impl Send for __HVM_SAVE_TYPE_LAPIC
impl Sync for __HVM_SAVE_TYPE_LAPIC
impl Unpin for __HVM_SAVE_TYPE_LAPIC
impl UnwindSafe for __HVM_SAVE_TYPE_LAPIC
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)