#[repr(C)]pub struct LOBJ {Show 14 fields
pub parent: u64_,
pub flags: u16_,
pub priority: u16_,
pub next: *mut LOBJ,
pub color: GXColor,
pub hw_color: GXColor,
pub position: *mut WOBJ,
pub interest: *mut WOBJ,
pub u: LOBJ__bindgen_ty_1,
pub shininess: f32_,
pub lvec: Vec3,
pub aobj: *mut AOBJ,
pub id: u32_,
pub spec_id: u32_,
}Fields§
§parent: u64_§flags: u16_§priority: u16_§next: *mut LOBJ§color: GXColor§hw_color: GXColor§position: *mut WOBJ§interest: *mut WOBJ§u: LOBJ__bindgen_ty_1§shininess: f32_§lvec: Vec3§aobj: *mut AOBJ§id: u32_§spec_id: u32_Trait Implementations§
Auto Trait Implementations§
impl Freeze for LOBJ
impl RefUnwindSafe for LOBJ
impl !Send for LOBJ
impl !Sync for LOBJ
impl Unpin for LOBJ
impl UnwindSafe for LOBJ
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