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