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