Enum pconvert_rust::compose::Background  [−][src]
pub enum Background {
    Alpha,
    White,
    Blue,
    Texture,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Background
impl Send for Background
impl Sync for Background
impl Unpin for Background
impl UnwindSafe for Background
Blanket Implementations
Mutably borrows from an owned value. Read more