#[repr(u32)]pub enum HrTimerRestart {
NoRestart = 0,
Restart = 1,
}Expand description
Restart policy for timers.
Variants§
Trait Implementations§
Source§impl Clone for HrTimerRestart
impl Clone for HrTimerRestart
impl Copy for HrTimerRestart
Source§impl Debug for HrTimerRestart
impl Debug for HrTimerRestart
impl Eq for HrTimerRestart
Source§impl PartialEq for HrTimerRestart
impl PartialEq for HrTimerRestart
impl StructuralPartialEq for HrTimerRestart
Auto Trait Implementations§
impl Freeze for HrTimerRestart
impl RefUnwindSafe for HrTimerRestart
impl Send for HrTimerRestart
impl Sync for HrTimerRestart
impl Unpin for HrTimerRestart
impl UnsafeUnpin for HrTimerRestart
impl UnwindSafe for HrTimerRestart
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<S, T> IntoSafeCast<T> for Swhere
T: FromSafeCast<S>,
impl<S, T> IntoSafeCast<T> for Swhere
T: FromSafeCast<S>,
Source§fn into_safe_cast(self) -> T
fn into_safe_cast(self) -> T
Convert
self into a T. This operation is guaranteed to be lossless.Source§impl<S, T> IntoSafeCastArch<T> for Swhere
T: FromSafeCastArch<S>,
impl<S, T> IntoSafeCastArch<T> for Swhere
T: FromSafeCastArch<S>,
Source§fn into_safe_cast_arch(self) -> T
fn into_safe_cast_arch(self) -> T
Convert
self into a T. This operation is guaranteed to be lossless.