Struct re_ui::TopBarStyle
source · pub struct TopBarStyle {
pub height: f32,
pub indent: f32,
}Fields§
§height: f32Height of the top bar
indent: f32Extra horizontal space in the top left corner to make room for close/minimize/maximize buttons (on Mac)
Auto Trait Implementations§
impl RefUnwindSafe for TopBarStyle
impl Send for TopBarStyle
impl Sync for TopBarStyle
impl Unpin for TopBarStyle
impl UnwindSafe for TopBarStyle
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