#[repr(C, packed(4))]pub struct WalkNavigation {
pub mouse_speed: f32,
pub walk_speed: f32,
pub walk_speed_factor: f32,
pub view_height: f32,
pub jump_height: f32,
pub teleport_time: f32,
pub flag: i16,
pub _pad0: [i8; 6],
}Fields§
§mouse_speed: f32§walk_speed: f32§walk_speed_factor: f32§view_height: f32§jump_height: f32§teleport_time: f32§flag: i16§_pad0: [i8; 6]Trait Implementations§
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "WalkNavigation"
const STRUCT_INDEX: usize = 292usize
const STRUCT_TYPE_INDEX: usize = 409usize
const IS_SYNTHETIC: bool = false
Auto Trait Implementations§
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