pub enum StaticLayerBackground {
Opaque,
Transparent,
}Variants§
Trait Implementations§
Source§impl Clone for StaticLayerBackground
impl Clone for StaticLayerBackground
Source§fn clone(&self) -> StaticLayerBackground
fn clone(&self) -> StaticLayerBackground
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 StaticLayerBackground
Source§impl Debug for StaticLayerBackground
impl Debug for StaticLayerBackground
impl Eq for StaticLayerBackground
Source§impl Hash for StaticLayerBackground
impl Hash for StaticLayerBackground
Source§impl PartialEq for StaticLayerBackground
impl PartialEq for StaticLayerBackground
impl StructuralPartialEq for StaticLayerBackground
Auto Trait Implementations§
impl Freeze for StaticLayerBackground
impl RefUnwindSafe for StaticLayerBackground
impl Send for StaticLayerBackground
impl Sync for StaticLayerBackground
impl Unpin for StaticLayerBackground
impl UnsafeUnpin for StaticLayerBackground
impl UnwindSafe for StaticLayerBackground
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