#[repr(C)]pub struct xenpf_efi_runtime_call {
pub function: u32,
pub misc: u32,
pub status: xen_ulong_t,
pub u: xenpf_efi_runtime_call__bindgen_ty_1,
}Fields§
§function: u32§misc: u32§status: xen_ulong_t§u: xenpf_efi_runtime_call__bindgen_ty_1Trait Implementations§
Source§impl Clone for xenpf_efi_runtime_call
impl Clone for xenpf_efi_runtime_call
Source§fn clone(&self) -> xenpf_efi_runtime_call
fn clone(&self) -> xenpf_efi_runtime_call
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 Default for xenpf_efi_runtime_call
impl Default for xenpf_efi_runtime_call
impl Copy for xenpf_efi_runtime_call
Auto Trait Implementations§
impl Freeze for xenpf_efi_runtime_call
impl RefUnwindSafe for xenpf_efi_runtime_call
impl !Send for xenpf_efi_runtime_call
impl !Sync for xenpf_efi_runtime_call
impl Unpin for xenpf_efi_runtime_call
impl UnwindSafe for xenpf_efi_runtime_call
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