#[repr(C)]pub struct StageOnGO {
pub next: *mut StageOnGO,
pub map_gobj: *mut GOBJ,
pub cb: *mut c_void,
}Fields§
§next: *mut StageOnGO§map_gobj: *mut GOBJ§cb: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for StageOnGO
impl RefUnwindSafe for StageOnGO
impl !Send for StageOnGO
impl !Sync for StageOnGO
impl Unpin for StageOnGO
impl UnwindSafe for StageOnGO
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