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