#[repr(C)]pub struct DRAWBOT_SaveAndRestoreStateStack {
pub mSurfaceRef: DRAWBOT_SurfaceRef,
pub mSuiteP: *mut DRAWBOT_SurfaceSuite2,
}Fields§
§mSurfaceRef: DRAWBOT_SurfaceRef§mSuiteP: *mut DRAWBOT_SurfaceSuite2Trait Implementations§
Auto Trait Implementations§
impl Freeze for DRAWBOT_SaveAndRestoreStateStack
impl RefUnwindSafe for DRAWBOT_SaveAndRestoreStateStack
impl !Send for DRAWBOT_SaveAndRestoreStateStack
impl !Sync for DRAWBOT_SaveAndRestoreStateStack
impl Unpin for DRAWBOT_SaveAndRestoreStateStack
impl UnwindSafe for DRAWBOT_SaveAndRestoreStateStack
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