Docs.rs
cleat-0.1.0
cleat 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jhq223
Dependencies
android_logger ^0.14
normal
cleat-macros ^0.1.0
normal
il2cpp-bridge-rs ^0.1
normal
libc ^0.2
normal
log ^0.4
normal
thiserror ^2
normal
Versions
77.03%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Vector2
cleat
0.1.0
Vector2
Aliased Type
Fields
x
y
Trait Implementations
Il2CppValueType
In crate cleat
cleat
Type Alias
Vector2
Copy item path
Source
pub type Vector2 =
Vec2
;
Aliased Type
§
#[repr(C)]
pub struct Vector2 { pub x:
f32
, pub y:
f32
, }
Fields
§
§
x:
f32
§
y:
f32
Trait Implementations
§
Source
§
impl
Il2CppValueType
for
Vector2
Source
§
unsafe fn
load_field
(field: &
Field
) ->
Result
<Self>
Read a value out of an IL2CPP field.
Read more
Source
§
unsafe fn
store_field
(field: &
Field
, val: Self) ->
Result
<
()
>
Write a value into an IL2CPP field.
Read more
Source
§
unsafe fn
invoke_result
(method: &
Method
, args: &[
*mut
c_void
]) ->
Result
<Self>
Build
Self
from the return value of an IL2CPP method call.
Read more