Struct alacritty::config::window::WindowConfig [−][src]
pub struct WindowConfig {
pub position: Option<Delta<i32>>,
pub decorations: Decorations,
pub startup_mode: StartupMode,
pub embed: Option<c_ulong>,
pub gtk_theme_variant: Option<String>,
pub dynamic_padding: bool,
pub dynamic_title: bool,
pub identity: Identity,
pub opacity: Percentage,
padding: Delta<u8>,
dimensions: Dimensions,
}Fields
position: Option<Delta<i32>>Initial position.
decorations: DecorationsDraw the window with title bar / borders.
startup_mode: StartupModeStartup mode.
embed: Option<c_ulong>XEmbed parent.
gtk_theme_variant: Option<String>GTK theme variant.
dynamic_padding: boolSpread out additional padding evenly.
dynamic_title: boolUse dynamic title.
identity: IdentityInformation to identify a particular window.
opacity: PercentageBackground opacity from 0.0 to 1.0.
padding: Delta<u8>Pixel padding.
dimensions: DimensionsInitial dimensions.
Implementations
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for WindowConfig
impl Send for WindowConfig
impl Sync for WindowConfig
impl Unpin for WindowConfig
impl UnwindSafe for WindowConfig
Blanket Implementations
Mutably borrows from an owned value. Read more