sel4_shared_ring_buffer::roles

Trait RingBufferRole

Source
pub trait RingBufferRole: RingBufferRoleSealed {
    const ROLE: RingBufferRoleValue;
}

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl RingBufferRole for Read

Source§

const ROLE: RingBufferRoleValue = RingBufferRoleValue::Read

Source§

impl RingBufferRole for Write

Source§

const ROLE: RingBufferRoleValue = RingBufferRoleValue::Write