#[repr(C)]pub struct _tagEOS_UI_Rect {
pub ApiVersion: i32,
pub X: i32,
pub Y: i32,
pub Width: u32,
pub Height: u32,
}Expand description
A rectangle.
Fields§
§ApiVersion: i32API Version: Set this to EOS_UI_RECT_API_LATEST.
X: i32Left coordinate.
Y: i32Top coordinate.
Width: u32Width.
Height: u32Height.
Trait Implementations§
Source§impl Clone for _tagEOS_UI_Rect
impl Clone for _tagEOS_UI_Rect
Source§fn clone(&self) -> _tagEOS_UI_Rect
fn clone(&self) -> _tagEOS_UI_Rect
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 moreSource§impl Debug for _tagEOS_UI_Rect
impl Debug for _tagEOS_UI_Rect
Source§impl Default for _tagEOS_UI_Rect
impl Default for _tagEOS_UI_Rect
Source§fn default() -> _tagEOS_UI_Rect
fn default() -> _tagEOS_UI_Rect
Returns the “default value” for a type. Read more
impl Copy for _tagEOS_UI_Rect
Auto Trait Implementations§
impl Freeze for _tagEOS_UI_Rect
impl RefUnwindSafe for _tagEOS_UI_Rect
impl Send for _tagEOS_UI_Rect
impl Sync for _tagEOS_UI_Rect
impl Unpin for _tagEOS_UI_Rect
impl UnsafeUnpin for _tagEOS_UI_Rect
impl UnwindSafe for _tagEOS_UI_Rect
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