#[repr(C)]pub struct tm_ui_icon_button_t {
pub id: u64,
pub rect: tm_rect_t,
pub is_disabled: bool,
pub _padding_26: [c_char; 3],
pub icon: tm_ui_icon,
}Fields§
§id: u64§rect: tm_rect_t§is_disabled: bool§_padding_26: [c_char; 3]§icon: tm_ui_iconTrait Implementations§
Source§fn clone(&self) -> tm_ui_icon_button_t
fn clone(&self) -> tm_ui_icon_button_t
Returns a duplicate 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 moreAuto Trait Implementations§
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