pub enum CompositingLayerBackground {
Opaque,
Transparent,
}Variants§
Trait Implementations§
Source§impl Clone for CompositingLayerBackground
impl Clone for CompositingLayerBackground
Source§fn clone(&self) -> CompositingLayerBackground
fn clone(&self) -> CompositingLayerBackground
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CompositingLayerBackground
Source§impl Debug for CompositingLayerBackground
impl Debug for CompositingLayerBackground
Source§impl Default for CompositingLayerBackground
impl Default for CompositingLayerBackground
Source§fn default() -> CompositingLayerBackground
fn default() -> CompositingLayerBackground
Returns the “default value” for a type. Read more
impl Eq for CompositingLayerBackground
Source§impl Hash for CompositingLayerBackground
impl Hash for CompositingLayerBackground
impl StructuralPartialEq for CompositingLayerBackground
Auto Trait Implementations§
impl Freeze for CompositingLayerBackground
impl RefUnwindSafe for CompositingLayerBackground
impl Send for CompositingLayerBackground
impl Sync for CompositingLayerBackground
impl Unpin for CompositingLayerBackground
impl UnsafeUnpin for CompositingLayerBackground
impl UnwindSafe for CompositingLayerBackground
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