#[repr(C)]pub struct DOBJ {
pub parent: c_int,
pub next: *mut DOBJ,
pub mobj: *mut MOBJ,
pub pobj: *mut c_int,
pub aobj: *mut AOBJ,
pub flags: u32_,
pub unk: u32_,
}Fields§
§parent: c_int§next: *mut DOBJ§mobj: *mut MOBJ§pobj: *mut c_int§aobj: *mut AOBJ§flags: u32_§unk: u32_Trait Implementations§
Auto Trait Implementations§
impl Freeze for DOBJ
impl RefUnwindSafe for DOBJ
impl !Send for DOBJ
impl !Sync for DOBJ
impl Unpin for DOBJ
impl UnwindSafe for DOBJ
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