pub struct ZcrAlphaCompositingV1;
Expand description
alpha_compositing
The global interface exposing compositing and blending capabilities is used to instantiate an interface extension for a wl_surface object. This extended interface will then allow the client to specify the blending equation and alpha value used for compositing the wl_surface.
Trait Implementations§
Source§impl Debug for ZcrAlphaCompositingV1
impl Debug for ZcrAlphaCompositingV1
Source§impl Interface for ZcrAlphaCompositingV1
impl Interface for ZcrAlphaCompositingV1
Source§const NAME: &'static str = "zcr_alpha_compositing_v1"
const NAME: &'static str = "zcr_alpha_compositing_v1"
The name of this interface. This will correspond to the ‘name’ attribute
on the ‘interface’ element in the wayland protocol XML.
Auto Trait Implementations§
impl Freeze for ZcrAlphaCompositingV1
impl RefUnwindSafe for ZcrAlphaCompositingV1
impl Send for ZcrAlphaCompositingV1
impl Sync for ZcrAlphaCompositingV1
impl Unpin for ZcrAlphaCompositingV1
impl UnwindSafe for ZcrAlphaCompositingV1
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