#[repr(C)]pub struct SimpleButtonDesc {
pub x: c_short,
pub y: c_short,
pub title: *const c_char,
pub onClick: Widget_LeftClick,
}
Fields§
§x: c_short
§y: c_short
§title: *const c_char
§onClick: Widget_LeftClick
Trait Implementations§
Source§impl Clone for SimpleButtonDesc
impl Clone for SimpleButtonDesc
Source§fn clone(&self) -> SimpleButtonDesc
fn clone(&self) -> SimpleButtonDesc
Returns a copy 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 moreSource§impl Debug for SimpleButtonDesc
impl Debug for SimpleButtonDesc
Source§impl Hash for SimpleButtonDesc
impl Hash for SimpleButtonDesc
Source§impl PartialEq for SimpleButtonDesc
impl PartialEq for SimpleButtonDesc
impl Copy for SimpleButtonDesc
impl Eq for SimpleButtonDesc
impl StructuralPartialEq for SimpleButtonDesc
Auto Trait Implementations§
impl Freeze for SimpleButtonDesc
impl RefUnwindSafe for SimpleButtonDesc
impl !Send for SimpleButtonDesc
impl !Sync for SimpleButtonDesc
impl Unpin for SimpleButtonDesc
impl UnwindSafe for SimpleButtonDesc
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