Struct cfdp::std_mod::StdTimerCreator  
source · pub struct StdTimerCreator {
    pub check_limit_timeout: Duration,
}Available on crate feature 
std only.Fields§
§check_limit_timeout: DurationImplementations§
Trait Implementations§
source§impl Default for StdTimerCreator
 
impl Default for StdTimerCreator
source§impl TimerCreatorProvider for StdTimerCreator
 
impl TimerCreatorProvider for StdTimerCreator
type Countdown = StdCountdown
fn create_countdown(&self, timer_context: TimerContext) -> Self::Countdown
Auto Trait Implementations§
impl Freeze for StdTimerCreator
impl RefUnwindSafe for StdTimerCreator
impl Send for StdTimerCreator
impl Sync for StdTimerCreator
impl Unpin for StdTimerCreator
impl UnwindSafe for StdTimerCreator
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