Struct xen_sys::sched_remote_shutdown
source · [−]Fields
domain_id: domid_t
reason: c_uint
Trait Implementations
sourceimpl Clone for sched_remote_shutdown
impl Clone for sched_remote_shutdown
sourcefn clone(&self) -> sched_remote_shutdown
fn clone(&self) -> sched_remote_shutdown
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for sched_remote_shutdown
impl Debug for sched_remote_shutdown
impl Copy for sched_remote_shutdown
Auto Trait Implementations
impl RefUnwindSafe for sched_remote_shutdown
impl Send for sched_remote_shutdown
impl Sync for sched_remote_shutdown
impl Unpin for sched_remote_shutdown
impl UnwindSafe for sched_remote_shutdown
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more