#[repr(C)]pub struct JOBJDesc {
pub class_name: *mut c_char,
pub flags: u32_,
pub child: *mut JOBJDesc,
pub next: *mut JOBJDesc,
pub u: JOBJDesc__bindgen_ty_1,
pub rotation: Vec3,
pub scale: Vec3,
pub position: Vec3,
pub mtx: Mtx,
pub robjdesc: *mut _HSD_RObjDesc,
}Fields§
§class_name: *mut c_char§flags: u32_§child: *mut JOBJDesc§next: *mut JOBJDesc§u: JOBJDesc__bindgen_ty_1§rotation: Vec3§scale: Vec3§position: Vec3§mtx: Mtx§robjdesc: *mut _HSD_RObjDescTrait Implementations§
Auto Trait Implementations§
impl Freeze for JOBJDesc
impl RefUnwindSafe for JOBJDesc
impl !Send for JOBJDesc
impl !Sync for JOBJDesc
impl Unpin for JOBJDesc
impl UnwindSafe for JOBJDesc
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