[][src]Struct zwp_virtual_keyboard::virtual_keyboard_unstable_v1::zwp_virtual_keyboard_manager_v1::ZwpVirtualKeyboardManagerV1

pub struct ZwpVirtualKeyboardManagerV1(_);

Implementations

impl ZwpVirtualKeyboardManagerV1[src]

pub fn create_virtual_keyboard(
    &self,
    seat: &WlSeat
) -> Main<ZwpVirtualKeyboardV1>
[src]

Create a new virtual keyboard

Creates a new virtual keyboard associated to a seat.

If the compositor enables a keyboard to perform arbitrary actions, it should present an error when an untrusted client requests a new keyboard.

Trait Implementations

impl AsRef<Proxy<ZwpVirtualKeyboardManagerV1>> for ZwpVirtualKeyboardManagerV1[src]

impl Clone for ZwpVirtualKeyboardManagerV1[src]

impl Debug for ZwpVirtualKeyboardManagerV1[src]

impl Eq for ZwpVirtualKeyboardManagerV1[src]

impl From<Proxy<ZwpVirtualKeyboardManagerV1>> for ZwpVirtualKeyboardManagerV1[src]

impl From<ZwpVirtualKeyboardManagerV1> for Proxy<ZwpVirtualKeyboardManagerV1>[src]

impl Interface for ZwpVirtualKeyboardManagerV1[src]

type Request = Request

Set of requests associated to this interface Read more

type Event = Event

Set of events associated to this interface Read more

impl PartialEq<ZwpVirtualKeyboardManagerV1> for ZwpVirtualKeyboardManagerV1[src]

impl StructuralEq for ZwpVirtualKeyboardManagerV1[src]

impl StructuralPartialEq for ZwpVirtualKeyboardManagerV1[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> Downcast for T where
    T: Any

impl<T> DowncastSync for T where
    T: Send + Sync + Any

impl<T> From<T> for T[src]

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.