pub enum Request {
Destroy,
OnlyVisibleOnSecureOutput,
}
Variants§
Destroy
remove security from the surface
The associated wl_surface’s security state is removed. The change is applied on the next wl_surface.commit.
OnlyVisibleOnSecureOutput
set the only visible on secure output state
Constrain visibility of wl_surface contents to secure outputs. See wp_secure_output for the description.
The only visible on secure output state is double-buffered state, and will be applied on the next wl_surface.commit.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Request
impl RefUnwindSafe for Request
impl Send for Request
impl Sync for Request
impl Unpin for Request
impl UnwindSafe for Request
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