pub struct KernelTimerHandle { /* private fields */ }Expand description
Stable identity of one host kernel-timer registration.
Implementations§
Trait Implementations§
Source§impl Clone for KernelTimerHandle
impl Clone for KernelTimerHandle
Source§fn clone(&self) -> KernelTimerHandle
fn clone(&self) -> KernelTimerHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for KernelTimerHandle
Source§impl Debug for KernelTimerHandle
impl Debug for KernelTimerHandle
impl Eq for KernelTimerHandle
Source§impl From<HardKernelTimerHandle> for KernelTimerHandle
impl From<HardKernelTimerHandle> for KernelTimerHandle
Source§fn from(handle: HardKernelTimerHandle) -> Self
fn from(handle: HardKernelTimerHandle) -> Self
Converts to this type from the input type.
Source§impl PartialEq for KernelTimerHandle
impl PartialEq for KernelTimerHandle
impl StructuralPartialEq for KernelTimerHandle
Auto Trait Implementations§
impl Freeze for KernelTimerHandle
impl RefUnwindSafe for KernelTimerHandle
impl Send for KernelTimerHandle
impl Sync for KernelTimerHandle
impl Unpin for KernelTimerHandle
impl UnsafeUnpin for KernelTimerHandle
impl UnwindSafe for KernelTimerHandle
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