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