#[repr(C)]pub struct RangeData_Offset {
pub x: i8,
pub z: i8,
pub target: RangeData_Targets,
}Expand description
Fields§
§x: i8§z: i8§target: RangeData_TargetsImplementations§
Source§impl RangeData_Offset
impl RangeData_Offset
Sourcepub fn ctor(
&mut self,
x: impl Into<i32>,
z: impl Into<i32>,
target: impl Into<RangeData_Targets>,
)
pub fn ctor( &mut self, x: impl Into<i32>, z: impl Into<i32>, target: impl Into<RangeData_Targets>, )
.ctor(i32, i32, crate::app::rangedata::RangeData_Targets) overload
Sourcepub fn to_string(&mut self) -> Il2CppString
pub fn to_string(&mut self) -> Il2CppString
ToString() overload
Source§impl RangeData_Offset
impl RangeData_Offset
pub fn ctor_method_info() -> &'static MethodInfo
pub fn to_string_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for RangeData_Offset
impl ClassIdentity for RangeData_Offset
Source§impl Clone for RangeData_Offset
impl Clone for RangeData_Offset
Source§fn clone(&self) -> RangeData_Offset
fn clone(&self) -> RangeData_Offset
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RangeData_Offset
Auto Trait Implementations§
impl Freeze for RangeData_Offset
impl RefUnwindSafe for RangeData_Offset
impl Send for RangeData_Offset
impl Sync for RangeData_Offset
impl Unpin for RangeData_Offset
impl UnwindSafe for RangeData_Offset
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)