#[repr(C)]pub struct xen_kexec_load {
pub type_: u8,
pub _pad: u8,
pub arch: u16,
pub nr_segments: u32,
pub segments: xen_kexec_load__bindgen_ty_1,
pub entry_maddr: u64,
}Fields§
§type_: u8§_pad: u8§arch: u16§nr_segments: u32§segments: xen_kexec_load__bindgen_ty_1§entry_maddr: u64Trait Implementations§
Source§impl Clone for xen_kexec_load
impl Clone for xen_kexec_load
Source§fn clone(&self) -> xen_kexec_load
fn clone(&self) -> xen_kexec_load
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 xen_kexec_load
impl Default for xen_kexec_load
impl Copy for xen_kexec_load
Auto Trait Implementations§
impl Freeze for xen_kexec_load
impl RefUnwindSafe for xen_kexec_load
impl !Send for xen_kexec_load
impl !Sync for xen_kexec_load
impl Unpin for xen_kexec_load
impl UnwindSafe for xen_kexec_load
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