Searched defs:RegPollPayload (Results 1 – 1 of 1) sorted by relevance
439 pub(crate) struct RegPollPayload(bindings::GSP_SEQ_BUF_PAYLOAD_REG_POLL); struct441 impl RegPollPayload { impl464 unsafe impl FromBytes for RegPollPayload {} implementation467 unsafe impl AsBytes for RegPollPayload {} implementation558 pub(crate) fn reg_poll_payload(&self) -> Result<RegPollPayload> { in reg_poll_payload()