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]

A method called when the value goes out of scope. Read more