Struct gpui2::TitlebarOptions
source · pub struct TitlebarOptions {
pub title: Option<SharedString>,
pub appears_transparent: bool,
pub traffic_light_position: Option<Point<Pixels>>,
}
Fields§
§title: Option<SharedString>
§appears_transparent: bool
§traffic_light_position: Option<Point<Pixels>>
Trait Implementations§
source§impl Debug for TitlebarOptions
impl Debug for TitlebarOptions
source§impl Default for TitlebarOptions
impl Default for TitlebarOptions
source§fn default() -> TitlebarOptions
fn default() -> TitlebarOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for TitlebarOptions
impl Send for TitlebarOptions
impl Sync for TitlebarOptions
impl Unpin for TitlebarOptions
impl UnwindSafe for TitlebarOptions
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more