#[repr(C)]pub struct RawExecBuffers {
pub ctrl: *const BabyBearElem,
pub data: *const BabyBearElem,
pub global: *const BabyBearElem,
}
Fields§
§ctrl: *const BabyBearElem
§data: *const BabyBearElem
§global: *const BabyBearElem
Auto Trait Implementations§
impl Freeze for RawExecBuffers
impl RefUnwindSafe for RawExecBuffers
impl !Send for RawExecBuffers
impl !Sync for RawExecBuffers
impl Unpin for RawExecBuffers
impl UnwindSafe for RawExecBuffers
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