#[repr(C)]pub struct sched_remote_shutdown {
pub domain_id: domid_t,
pub reason: c_uint,
}Fields§
§domain_id: domid_t§reason: c_uintTrait Implementations§
Source§impl Clone for sched_remote_shutdown
impl Clone for sched_remote_shutdown
Source§fn clone(&self) -> sched_remote_shutdown
fn clone(&self) -> sched_remote_shutdown
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 sched_remote_shutdown
impl Debug for sched_remote_shutdown
Source§impl Default for sched_remote_shutdown
impl Default for sched_remote_shutdown
Source§fn default() -> sched_remote_shutdown
fn default() -> sched_remote_shutdown
Returns the “default value” for a type. Read more
impl Copy for sched_remote_shutdown
Auto Trait Implementations§
impl Freeze for sched_remote_shutdown
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§
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