#[repr(C)]pub struct HHDMResponse {
pub revision: u64,
pub offset: *mut (),
}Expand description
Response to [HHDMRequest]
Fields§
§revision: u64The response revision number
offset: *mut ()The offset of the HHDM
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HHDMResponse
impl RefUnwindSafe for HHDMResponse
impl !Send for HHDMResponse
impl !Sync for HHDMResponse
impl Unpin for HHDMResponse
impl UnwindSafe for HHDMResponse
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