Searched defs:RegPollPayload (Results 1 – 1 of 1) sorted by relevance
460 pub(crate) struct RegPollPayload(bindings::GSP_SEQ_BUF_PAYLOAD_REG_POLL); struct462 impl RegPollPayload { impl485 unsafe impl FromBytes for RegPollPayload {} implementation488 unsafe impl AsBytes for RegPollPayload {} implementation567 pub(crate) fn reg_poll_payload(&self) -> Result<RegPollPayload> { in reg_poll_payload()