#[repr(C)]pub struct UiTitlebarT {
pub id: u64,
pub rect: RectT,
pub has_focus: bool,
pub is_maximized: bool,
pub _padding_881: [c_char; 6],
pub caption: *const c_char,
pub border_width: f32,
pub caption_height: f32,
pub caption_padding: f32,
pub _padding_889: [c_char; 4],
pub icon_texture: u32,
pub _padding_893: [c_char; 4],
}Fields§
§id: u64§rect: RectT§has_focus: bool§is_maximized: bool§_padding_881: [c_char; 6]§caption: *const c_char§border_width: f32§caption_height: f32§caption_padding: f32§_padding_889: [c_char; 4]§icon_texture: u32§_padding_893: [c_char; 4]Trait Implementations§
Auto Trait Implementations§
impl Freeze for UiTitlebarT
impl RefUnwindSafe for UiTitlebarT
impl !Send for UiTitlebarT
impl !Sync for UiTitlebarT
impl Unpin for UiTitlebarT
impl UnwindSafe for UiTitlebarT
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