#[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 Freeze for StackSizeResponse
impl RefUnwindSafe for StackSizeResponse
impl Send for StackSizeResponse
impl Sync for StackSizeResponse
impl Unpin for StackSizeResponse
impl UnwindSafe for StackSizeResponse
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