Struct xen_sys::sched_shutdown
source · [−]#[repr(C)]pub struct sched_shutdown {
pub reason: c_uint,
}
Fields
reason: c_uint
Trait Implementations
sourceimpl Clone for sched_shutdown
impl Clone for sched_shutdown
sourcefn clone(&self) -> sched_shutdown
fn clone(&self) -> sched_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_shutdown
impl Debug for sched_shutdown
impl Copy for sched_shutdown
Auto Trait Implementations
impl RefUnwindSafe for sched_shutdown
impl Send for sched_shutdown
impl Sync for sched_shutdown
impl Unpin for sched_shutdown
impl UnwindSafe for sched_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