#[repr(C)]pub struct GeContext {
pub context: [u32; 512],
}Expand description
Stores the state of the GE.
Fields§
§context: [u32; 512]Auto Trait Implementations§
impl Freeze for GeContext
impl RefUnwindSafe for GeContext
impl Send for GeContext
impl Sync for GeContext
impl Unpin for GeContext
impl UnsafeUnpin for GeContext
impl UnwindSafe for GeContext
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