pub struct DelayReset { /* private fields */ }Implementations§
Source§impl DelayReset
impl DelayReset
pub fn range_count(&self) -> Option<u32>
pub fn range_count_mut(&mut self) -> &mut Option<u32>
Trait Implementations§
Source§impl Clone for DelayReset
impl Clone for DelayReset
Source§fn clone(&self) -> DelayReset
fn clone(&self) -> DelayReset
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 PartialEq for DelayReset
impl PartialEq for DelayReset
impl StructuralPartialEq for DelayReset
Auto Trait Implementations§
impl Freeze for DelayReset
impl RefUnwindSafe for DelayReset
impl Send for DelayReset
impl Sync for DelayReset
impl Unpin for DelayReset
impl UnwindSafe for DelayReset
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