Struct freertos_rs::SemaphoreGuard [] [src]

pub struct SemaphoreGuard { /* fields omitted */ }

Holds the lock to the semaphore until we are dropped

Trait Implementations

impl Drop for SemaphoreGuard
[src]

[src]

Executes the destructor for this type. Read more