Struct spectra::bootstrap::WindowOpt []

pub struct WindowOpt { /* fields omitted */ }

Different window options.

Methods

impl WindowOpt

Hide or unhide the cursor. Default to false.

Trait Implementations

impl Default for WindowOpt

Returns the "default value" for a type. Read more

impl Copy for WindowOpt

impl Eq for WindowOpt

impl PartialEq<WindowOpt> for WindowOpt

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for WindowOpt

Formats the value using the given formatter.

impl Clone for WindowOpt

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more