#[repr(C)]pub struct UiTitlebarResultT {
pub close_window: bool,
pub restore_window: bool,
pub maximize_window: bool,
pub minimize_window: bool,
pub content_r: RectT,
}Fields§
§close_window: bool§restore_window: bool§maximize_window: bool§minimize_window: bool§content_r: RectTTrait Implementations§
Auto Trait Implementations§
impl Freeze for UiTitlebarResultT
impl RefUnwindSafe for UiTitlebarResultT
impl Send for UiTitlebarResultT
impl Sync for UiTitlebarResultT
impl Unpin for UiTitlebarResultT
impl UnwindSafe for UiTitlebarResultT
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