Skip to main content

BackendSemaphore

Type Alias BackendSemaphore 

Source
pub type BackendSemaphore = Handle<GrBackendSemaphore>;
Expand description

Wrapper type for passing into and receiving data from Ganesh about a backend semaphore object.

Aliased Type§

pub struct BackendSemaphore(/* private fields */);

Implementations§

Trait Implementations§

Source§

impl Debug for BackendSemaphore

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Send for BackendSemaphore

Source§

impl Sync for BackendSemaphore