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