Struct limine_protocol::StackSizeResponse
source · [−]#[repr(C)]pub struct StackSizeResponse {
pub revision: u64,
}Expand description
Response to [StackSizeRequest]
Fields
revision: u64The response revision number
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StackSizeResponse
impl Send for StackSizeResponse
impl Sync for StackSizeResponse
impl Unpin for StackSizeResponse
impl UnwindSafe for StackSizeResponse
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