#[repr(C)]pub struct RUNTIME_DATA2 {}
Fields§
§worldFOV: f32
§firstPersonFOV: f32
§pos: NiPoint3
§idleTimer: f32
§yaw: f32
§unk158: u32
§unk15C: u32
§allowAutoVanityMode: bool
§bowZoomedIn: bool
§isWeapSheathed: bool
§isProcessed: bool
§unk164: u8
§unk165: u8
§pad166: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RUNTIME_DATA2
impl RefUnwindSafe for RUNTIME_DATA2
impl Send for RUNTIME_DATA2
impl Sync for RUNTIME_DATA2
impl Unpin for RUNTIME_DATA2
impl UnwindSafe for RUNTIME_DATA2
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