#[repr(C)]pub struct RectInt {
pub m_x_min: i32,
pub m_y_min: i32,
pub m_width: i32,
pub m_height: i32,
}Expand description
Fields§
§m_x_min: i32§m_y_min: i32§m_width: i32§m_height: i32Implementations§
Source§impl RectInt
impl RectInt
Sourcepub fn get_height(&mut self) -> i32
pub fn get_height(&mut self) -> i32
get_height() overload
Sourcepub fn set_height(&mut self, value: impl Into<i32>)
pub fn set_height(&mut self, value: impl Into<i32>)
set_height(i32) overload
Sourcepub fn ctor(
&mut self,
x_min: impl Into<i32>,
y_min: impl Into<i32>,
width: impl Into<i32>,
height: impl Into<i32>,
)
pub fn ctor( &mut self, x_min: impl Into<i32>, y_min: impl Into<i32>, width: impl Into<i32>, height: impl Into<i32>, )
.ctor(i32, i32, i32, i32) overload
Sourcepub fn to_string(&mut self) -> Il2CppString
pub fn to_string(&mut self) -> Il2CppString
ToString() overload
Source§impl RectInt
impl RectInt
pub fn get_x_method_info() -> &'static MethodInfo
pub fn set_x_method_info() -> &'static MethodInfo
pub fn get_y_method_info() -> &'static MethodInfo
pub fn set_y_method_info() -> &'static MethodInfo
pub fn get_width_method_info() -> &'static MethodInfo
pub fn set_width_method_info() -> &'static MethodInfo
pub fn get_height_method_info() -> &'static MethodInfo
pub fn set_height_method_info() -> &'static MethodInfo
pub fn ctor_method_info() -> &'static MethodInfo
pub fn to_string_method_info() -> &'static MethodInfo
pub fn equals_method_info() -> &'static MethodInfo
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RectInt
impl RefUnwindSafe for RectInt
impl Send for RectInt
impl Sync for RectInt
impl Unpin for RectInt
impl UnwindSafe for RectInt
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)