#[repr(C, align(16))]pub struct ExecutionCallbackStorage {
pub bytes: [u8; 512],
}Fields§
§bytes: [u8; 512]Auto Trait Implementations§
impl Freeze for ExecutionCallbackStorage
impl RefUnwindSafe for ExecutionCallbackStorage
impl Send for ExecutionCallbackStorage
impl Sync for ExecutionCallbackStorage
impl Unpin for ExecutionCallbackStorage
impl UnsafeUnpin for ExecutionCallbackStorage
impl UnwindSafe for ExecutionCallbackStorage
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