Struct magenta_sys::mx_vcpu_create_args_t [] [src]

#[repr(C)]
pub struct mx_vcpu_create_args_t { pub ip: mx_vaddr_t, pub cr3: mx_vaddr_t, pub apic_vmo: mx_handle_t, }

Fields

Trait Implementations

impl Debug for mx_vcpu_create_args_t
[src]

Formats the value using the given formatter.

impl Copy for mx_vcpu_create_args_t
[src]

impl Clone for mx_vcpu_create_args_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for mx_vcpu_create_args_t
[src]

impl PartialEq for mx_vcpu_create_args_t
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.