#[repr(C)]pub struct xen_kexec_image {
pub page_list: [c_ulong; 17],
pub indirection_page: c_ulong,
pub start_address: c_ulong,
}Fields§
§page_list: [c_ulong; 17]§indirection_page: c_ulong§start_address: c_ulongTrait Implementations§
Source§impl Clone for xen_kexec_image
impl Clone for xen_kexec_image
Source§fn clone(&self) -> xen_kexec_image
fn clone(&self) -> xen_kexec_image
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 xen_kexec_image
impl Debug for xen_kexec_image
Source§impl Default for xen_kexec_image
impl Default for xen_kexec_image
Source§fn default() -> xen_kexec_image
fn default() -> xen_kexec_image
Returns the “default value” for a type. Read more
impl Copy for xen_kexec_image
Auto Trait Implementations§
impl Freeze for xen_kexec_image
impl RefUnwindSafe for xen_kexec_image
impl Send for xen_kexec_image
impl Sync for xen_kexec_image
impl Unpin for xen_kexec_image
impl UnwindSafe for xen_kexec_image
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