#[repr(C)]pub struct Unk120 {
pub unk00: NiPointer<bhkSimpleShapePhantom>,
pub unk08: NiPointer<bhkSimpleShapePhantom>,
}
Fields§
§unk00: NiPointer<bhkSimpleShapePhantom>
§unk08: NiPointer<bhkSimpleShapePhantom>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Unk120
impl RefUnwindSafe for Unk120
impl !Send for Unk120
impl !Sync for Unk120
impl Unpin for Unk120
impl UnwindSafe for Unk120
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