[][src]Struct wayland_protocols::wlr::unstable::output_management::v1::client::zwlr_output_manager_v1::ZwlrOutputManagerV1

pub struct ZwlrOutputManagerV1(_);

Implementations

impl ZwlrOutputManagerV1[src]

pub fn create_configuration(
    &self,
    serial: u32
) -> Main<ZwlrOutputConfigurationV1>
[src]

create a new output configuration object

Create a new output configuration object. This allows to update head properties.

pub fn stop(&self)[src]

stop sending events

Indicates the client no longer wishes to receive events for output configuration changes. However the compositor may emit further events, until the finished event is emitted.

The client must not send any more requests after this one.

Trait Implementations

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

impl Clone for ZwlrOutputManagerV1[src]

impl Debug for ZwlrOutputManagerV1[src]

impl Eq for ZwlrOutputManagerV1[src]

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

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

impl Interface for ZwlrOutputManagerV1[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<ZwlrOutputManagerV1> for ZwlrOutputManagerV1[src]

impl StructuralEq for ZwlrOutputManagerV1[src]

impl StructuralPartialEq for ZwlrOutputManagerV1[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.