[][src]Struct wayland_server::ResourceMap

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 instantiable directly.

Methods

impl ResourceMap[src]

pub fn get<I: Interface>(&mut self, id: u32) -> Option<Resource<I>>[src]

Retrieve the Resource corresponding to a given id

pub fn get_new<I: Interface>(&mut self, id: u32) -> Option<NewResource<I>>[src]

Create a new resource for a given id

Auto Trait Implementations

impl Send for ResourceMap

impl Sync for ResourceMap

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Downcast for T where
    T: Any
[src]