pub struct PlatformSpecificWindowBuilderAttributes {
pub name: Option<ApplicationName>,
pub visual_infos: Option<XVisualInfo>,
pub screen_id: Option<i32>,
pub base_size: Option<Size>,
pub override_redirect: bool,
pub x11_window_types: Vec<XWindowType>,
}
Fields§
§name: Option<ApplicationName>
§visual_infos: Option<XVisualInfo>
§screen_id: Option<i32>
§base_size: Option<Size>
§override_redirect: bool
§x11_window_types: Vec<XWindowType>
Trait Implementations§
source§impl Clone for PlatformSpecificWindowBuilderAttributes
impl Clone for PlatformSpecificWindowBuilderAttributes
source§fn clone(&self) -> PlatformSpecificWindowBuilderAttributes
fn clone(&self) -> PlatformSpecificWindowBuilderAttributes
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more