#[repr(C)]pub struct WOBJ {
pub parent: *mut c_void,
pub flags: u32_,
pub pos: Vec3,
pub aobj: *mut AOBJ,
pub robj: *mut c_void,
}Fields§
§parent: *mut c_void§flags: u32_§pos: Vec3§aobj: *mut AOBJ§robj: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for WOBJ
impl RefUnwindSafe for WOBJ
impl !Send for WOBJ
impl !Sync for WOBJ
impl Unpin for WOBJ
impl UnwindSafe for WOBJ
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