#[repr(C)]pub struct UiMouseHelpTextsT {
pub left_mouse_pressed: *const c_char,
pub middle_mouse_pressed: *const c_char,
pub right_mouse_pressed: *const c_char,
pub double_click: *const c_char,
pub triple_click: *const c_char,
}Fields§
§left_mouse_pressed: *const c_char§middle_mouse_pressed: *const c_char§right_mouse_pressed: *const c_char§double_click: *const c_char§triple_click: *const c_charTrait Implementations§
Source§impl Clone for UiMouseHelpTextsT
impl Clone for UiMouseHelpTextsT
Source§fn clone(&self) -> UiMouseHelpTextsT
fn clone(&self) -> UiMouseHelpTextsT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UiMouseHelpTextsT
Auto Trait Implementations§
impl !Send for UiMouseHelpTextsT
impl !Sync for UiMouseHelpTextsT
impl Freeze for UiMouseHelpTextsT
impl RefUnwindSafe for UiMouseHelpTextsT
impl Unpin for UiMouseHelpTextsT
impl UnsafeUnpin for UiMouseHelpTextsT
impl UnwindSafe for UiMouseHelpTextsT
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