pub struct TimerEventInfo { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for TimerEventInfo
impl Clone for TimerEventInfo
Source§fn clone(&self) -> TimerEventInfo
fn clone(&self) -> TimerEventInfo
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 TimerEventInfo
impl Debug for TimerEventInfo
Source§impl Default for TimerEventInfo
impl Default for TimerEventInfo
Source§impl From<TimerEventInfo> for TimerEventInfo
impl From<TimerEventInfo> for TimerEventInfo
Source§fn from(value: TimerEventInfo) -> Self
fn from(value: TimerEventInfo) -> Self
Converts to this type from the input type.
Source§impl TryFrom<TimerEventInfo> for TimerEventInfo
impl TryFrom<TimerEventInfo> for TimerEventInfo
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: TimerEventInfo) -> Result<Self, ConversionError>
fn try_from(value: TimerEventInfo) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for TimerEventInfo
impl RefUnwindSafe for TimerEventInfo
impl Send for TimerEventInfo
impl Sync for TimerEventInfo
impl Unpin for TimerEventInfo
impl UnwindSafe for TimerEventInfo
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