#[repr(align(4096))]struct UserStack {
data: [u8; 4096],
}
Fields§
§data: [u8; 4096]
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UserStack
impl Send for UserStack
impl Sync for UserStack
impl Unpin for UserStack
impl UnwindSafe for UserStack
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