pub struct Interface { /* private fields */ }

Implementations

The current scale without taking into account dpi based window scaling.

The current scale taking into account dpi based window scaling.

Set the current scale. Doesn’t account for dpi based window scaling.

Set the current scale taking into account dpi based window scaling.

Get the current MSAA level.

Set the MSAA Level.

Increase MSAA to the next step.

Decrease MSAA to the next step.

Get the Bin’s that are at the given mouse position accounting for current effective scale. Returned Vec is sorted where the top-most Bin’s are first.

Get the BinID’s that are at the given mouse position accounting for current effective scale. Returned Vec is sorted where the top-most Bin’s are first.

Returns a list of all bins that have a strong reference. Note keeping this list will keep all bins returned alive and prevent them from being dropped. This list should be dropped asap to prevent issues with bins being dropped.

Checks if the mouse position is on top of any Bin’s in the interface.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The alignment of pointer.
The type for initializers.
Initializes a with the given initializer. Read more
Dereferences the given pointer. Read more
Mutably dereferences the given pointer. Read more
Drops the object pointed to by the given pointer. Read more
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.