Struct wayland_protocols::viewporter::client::wp_viewporter::WpViewporter [−][src]
pub struct WpViewporter(_);
Implementations
unbind from the cropping and scaling interface
Informs the server that the client will not be using this protocol object anymore. This does not affect any other objects, wp_viewport objects included.
This is a destructor, you cannot send requests to this object any longer once this method is called.
extend surface interface for crop and scale
Instantiate an interface extension for the given wl_surface to crop and scale its content. If the given wl_surface already has a wp_viewport object associated, the viewport_exists protocol error is raised.
Trait Implementations
Performs the conversion.
Pointer to the C representation of this interface
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl !RefUnwindSafe for WpViewporter
impl Send for WpViewporter
impl Sync for WpViewporter
impl Unpin for WpViewporter
impl !UnwindSafe for WpViewporter
Blanket Implementations
Mutably borrows from an owned value. Read more