Struct classicube_sys::LocalPlayerInput
source ·
[−]#[repr(C)]pub struct LocalPlayerInput {
pub GetMovement: Option<unsafe extern "C" fn(xMoving: *mut f32, zMoving: *mut f32)>,
pub next: *mut LocalPlayerInput,
}Fields
GetMovement: Option<unsafe extern "C" fn(xMoving: *mut f32, zMoving: *mut f32)>next: *mut LocalPlayerInputTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for LocalPlayerInput
impl !Send for LocalPlayerInput
impl !Sync for LocalPlayerInput
impl Unpin for LocalPlayerInput
impl UnwindSafe for LocalPlayerInput
Blanket Implementations
Mutably borrows from an owned value. Read more
