Struct wayland_server::ResourceMap[][src]

pub struct ResourceMap { /* fields omitted */ }

A handle to the object map internal to the lib state

This type is only usable by code generated by wayland-scanner, and is not instanciable directly.

Methods

impl ResourceMap
[src]

Retrieve the Resource corresponding to a given id

Create a new resource for a given id

Auto Trait Implementations

impl Send for ResourceMap

impl Sync for ResourceMap