pub struct AlphaCompositing;
Expand description
An implementation of the zcr_alpha_compositing_v1 global.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlphaCompositing
impl RefUnwindSafe for AlphaCompositing
impl Send for AlphaCompositing
impl Sync for AlphaCompositing
impl Unpin for AlphaCompositing
impl UnwindSafe for AlphaCompositing
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