pub struct AdvancedTimer {
pub tim: ADVTimer,
pub config: TimBaseConfig,
}Fields§
§tim: ADVTimer§config: TimBaseConfigTrait Implementations§
Auto Trait Implementations§
impl Freeze for AdvancedTimer
impl RefUnwindSafe for AdvancedTimer
impl Send for AdvancedTimer
impl Sync for AdvancedTimer
impl Unpin for AdvancedTimer
impl UnsafeUnpin for AdvancedTimer
impl UnwindSafe for AdvancedTimer
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