#[repr(C)]pub struct PLAYER_TARGET_LOC { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PLAYER_TARGET_LOC
impl RefUnwindSafe for PLAYER_TARGET_LOC
impl !Send for PLAYER_TARGET_LOC
impl !Sync for PLAYER_TARGET_LOC
impl Unpin for PLAYER_TARGET_LOC
impl UnwindSafe for PLAYER_TARGET_LOC
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