Struct browser_window::window::Opacity[][src]

pub struct Opacity<'a> { /* fields omitted */ }
Expand description

Gets or sets the opacity of the window. An opacity of 255 means the window is invisible. An opacity of 0 means the window is completely visible. Anything in between makes the window transparent.

This feature only works on Windows.

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.