#[repr(C)]pub struct StackPart {
pub a1: Hugesize,
pub a2: Hugesize,
pub a3: Hugesize,
pub a4: Hugesize,
pub a5: Hugesize,
pub a6: Hugesize,
pub a7: Hugesize,
pub a8: Hugesize,
}Fields
a1: Hugesizea2: Hugesizea3: Hugesizea4: Hugesizea5: Hugesizea6: Hugesizea7: Hugesizea8: HugesizeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StackPart
impl Send for StackPart
impl Sync for StackPart
impl Unpin for StackPart
impl UnwindSafe for StackPart
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more