#[repr(C, packed(1))]pub struct jailhouse_setup_data__bindgen_ty_2 {
pub pm_timer_address: __u16,
pub num_cpus: __u16,
pub pci_mmconfig_base: __u64,
pub tsc_khz: __u32,
pub apic_khz: __u32,
pub standard_ioapic: __u8,
pub cpu_ids: [__u8; 255],
}
Fields§
§pm_timer_address: __u16
§num_cpus: __u16
§pci_mmconfig_base: __u64
§tsc_khz: __u32
§apic_khz: __u32
§standard_ioapic: __u8
§cpu_ids: [__u8; 255]
Trait Implementations§
source§impl Clone for jailhouse_setup_data__bindgen_ty_2
impl Clone for jailhouse_setup_data__bindgen_ty_2
source§fn clone(&self) -> jailhouse_setup_data__bindgen_ty_2
fn clone(&self) -> jailhouse_setup_data__bindgen_ty_2
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 moreimpl Copy for jailhouse_setup_data__bindgen_ty_2
Auto Trait Implementations§
impl Freeze for jailhouse_setup_data__bindgen_ty_2
impl RefUnwindSafe for jailhouse_setup_data__bindgen_ty_2
impl Send for jailhouse_setup_data__bindgen_ty_2
impl Sync for jailhouse_setup_data__bindgen_ty_2
impl Unpin for jailhouse_setup_data__bindgen_ty_2
impl UnwindSafe for jailhouse_setup_data__bindgen_ty_2
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