pub struct StackSizeRequest {
pub stack_size: u64,
/* private fields */
}Fields§
§stack_size: u64Stack size in bytes
Implementations§
Trait Implementations§
Source§impl LimineRequest for StackSizeRequest
impl LimineRequest for StackSizeRequest
type Response = StackSizeResponse
fn get_response(&self) -> Option<&Self::Response>
Auto Trait Implementations§
impl Freeze for StackSizeRequest
impl RefUnwindSafe for StackSizeRequest
impl Send for StackSizeRequest
impl Sync for StackSizeRequest
impl Unpin for StackSizeRequest
impl UnwindSafe for StackSizeRequest
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