Struct UI_EVENTLOCATION
#[repr(transparent)]pub struct UI_EVENTLOCATION(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for UI_EVENTLOCATION
impl Clone for UI_EVENTLOCATION
§fn clone(&self) -> UI_EVENTLOCATION
fn clone(&self) -> UI_EVENTLOCATION
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 more§impl Debug for UI_EVENTLOCATION
impl Debug for UI_EVENTLOCATION
§impl Default for UI_EVENTLOCATION
impl Default for UI_EVENTLOCATION
§fn default() -> UI_EVENTLOCATION
fn default() -> UI_EVENTLOCATION
Returns the “default value” for a type. Read more
§impl PartialEq for UI_EVENTLOCATION
impl PartialEq for UI_EVENTLOCATION
impl Copy for UI_EVENTLOCATION
impl Eq for UI_EVENTLOCATION
impl StructuralPartialEq for UI_EVENTLOCATION
Auto Trait Implementations§
impl Freeze for UI_EVENTLOCATION
impl RefUnwindSafe for UI_EVENTLOCATION
impl Send for UI_EVENTLOCATION
impl Sync for UI_EVENTLOCATION
impl Unpin for UI_EVENTLOCATION
impl UnwindSafe for UI_EVENTLOCATION
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