#[repr(C)]pub struct GXList {
pub gx_render: [*mut GOBJ; 63],
pub gx_camera: *mut GOBJ,
}Fields§
§gx_render: [*mut GOBJ; 63]§gx_camera: *mut GOBJTrait Implementations§
Auto Trait Implementations§
impl Freeze for GXList
impl RefUnwindSafe for GXList
impl !Send for GXList
impl !Sync for GXList
impl Unpin for GXList
impl UnwindSafe for GXList
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