#[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§
§ip: mx_vaddr_t§cr3: mx_vaddr_t§apic_vmo: mx_handle_tTrait Implementations§
Source§impl Clone for mx_vcpu_create_args_t
impl Clone for mx_vcpu_create_args_t
Source§fn clone(&self) -> mx_vcpu_create_args_t
fn clone(&self) -> mx_vcpu_create_args_t
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 mx_vcpu_create_args_t
impl Debug for mx_vcpu_create_args_t
Source§impl PartialEq for mx_vcpu_create_args_t
impl PartialEq for mx_vcpu_create_args_t
impl Copy for mx_vcpu_create_args_t
impl Eq for mx_vcpu_create_args_t
impl StructuralPartialEq for mx_vcpu_create_args_t
Auto Trait Implementations§
impl Freeze for mx_vcpu_create_args_t
impl RefUnwindSafe for mx_vcpu_create_args_t
impl Send for mx_vcpu_create_args_t
impl Sync for mx_vcpu_create_args_t
impl Unpin for mx_vcpu_create_args_t
impl UnwindSafe for mx_vcpu_create_args_t
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