[][src]Struct wayland_protocols::wlr::unstable::output_management::v1::server::zwlr_output_configuration_v1::ZwlrOutputConfigurationV1

pub struct ZwlrOutputConfigurationV1(_);

Implementations

impl ZwlrOutputConfigurationV1[src]

pub fn succeeded(&self)[src]

configuration changes succeeded

Sent after the compositor has successfully applied the changes or tested them.

Upon receiving this event, the client should destroy this object.

If the current configuration has changed, events to describe the changes will be sent followed by a wlr_output_manager.done event.

pub fn failed(&self)[src]

configuration changes failed

Sent if the compositor rejects the changes or failed to apply them. The compositor should revert any changes made by the apply request that triggered this event.

Upon receiving this event, the client should destroy this object.

pub fn cancelled(&self)[src]

configuration has been cancelled

Sent if the compositor cancels the configuration because the state of an output changed and the client has outdated information (e.g. after an output has been hotplugged).

The client can create a new configuration with a newer serial and try again.

Upon receiving this event, the client should destroy this object.

Trait Implementations

impl AsRef<Resource<ZwlrOutputConfigurationV1>> for ZwlrOutputConfigurationV1[src]

impl Clone for ZwlrOutputConfigurationV1[src]

impl Debug for ZwlrOutputConfigurationV1[src]

impl Eq for ZwlrOutputConfigurationV1[src]

impl From<Resource<ZwlrOutputConfigurationV1>> for ZwlrOutputConfigurationV1[src]

impl From<ZwlrOutputConfigurationV1> for Resource<ZwlrOutputConfigurationV1>[src]

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

impl StructuralEq for ZwlrOutputConfigurationV1[src]

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