Trait sel4_externally_shared::access::Access

source ·
pub trait Access: Copy + Default {
    type RestrictShared: Access;
}
Expand description

Private trait that is implemented for the types in this module.

Required Associated Types§

source

type RestrictShared: Access

Reduced access level to safely share the corresponding value.

Object Safety§

This trait is not object safe.

Implementors§