Struct wayland_protocols::unstable::input_method::v1::client::zwp_input_panel_surface_v1::ZwpInputPanelSurfaceV1
source · pub struct ZwpInputPanelSurfaceV1(/* private fields */);
Implementations§
source§impl ZwpInputPanelSurfaceV1
impl ZwpInputPanelSurfaceV1
sourcepub fn set_toplevel(&self, output: &WlOutput, position: u32)
pub fn set_toplevel(&self, output: &WlOutput, position: u32)
set the surface type as a keyboard
Set the input_panel_surface type to keyboard.
A keyboard surface is only shown when a text input is active.
sourcepub fn set_overlay_panel(&self)
pub fn set_overlay_panel(&self)
set the surface type as an overlay panel
Set the input_panel_surface to be an overlay panel.
This is shown near the input cursor above the application window when a text input is active.
Trait Implementations§
source§impl Clone for ZwpInputPanelSurfaceV1
impl Clone for ZwpInputPanelSurfaceV1
source§fn clone(&self) -> ZwpInputPanelSurfaceV1
fn clone(&self) -> ZwpInputPanelSurfaceV1
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ZwpInputPanelSurfaceV1
impl Debug for ZwpInputPanelSurfaceV1
source§impl From<ZwpInputPanelSurfaceV1> for Proxy<ZwpInputPanelSurfaceV1>
impl From<ZwpInputPanelSurfaceV1> for Proxy<ZwpInputPanelSurfaceV1>
source§fn from(value: ZwpInputPanelSurfaceV1) -> Self
fn from(value: ZwpInputPanelSurfaceV1) -> Self
Converts to this type from the input type.
source§impl Interface for ZwpInputPanelSurfaceV1
impl Interface for ZwpInputPanelSurfaceV1
source§fn c_interface() -> *const wl_interface
fn c_interface() -> *const wl_interface
Pointer to the C representation of this interface
source§impl PartialEq for ZwpInputPanelSurfaceV1
impl PartialEq for ZwpInputPanelSurfaceV1
source§fn eq(&self, other: &ZwpInputPanelSurfaceV1) -> bool
fn eq(&self, other: &ZwpInputPanelSurfaceV1) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ZwpInputPanelSurfaceV1
impl StructuralEq for ZwpInputPanelSurfaceV1
impl StructuralPartialEq for ZwpInputPanelSurfaceV1
Auto Trait Implementations§
impl !RefUnwindSafe for ZwpInputPanelSurfaceV1
impl Send for ZwpInputPanelSurfaceV1
impl Sync for ZwpInputPanelSurfaceV1
impl Unpin for ZwpInputPanelSurfaceV1
impl !UnwindSafe for ZwpInputPanelSurfaceV1
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more