Searched defs:RegPollPayload (Results 1 – 1 of 1) sorted by relevance
508 pub(crate) struct RegPollPayload(bindings::GSP_SEQ_BUF_PAYLOAD_REG_POLL); global() struct 510 impl RegPollPayload { global() implementation 533 unsafe impl FromBytes for RegPollPayload {} global() implementation 536 unsafe impl AsBytes for RegPollPayload {} global() implementation 627 reg_poll_payload(&self) -> Result<RegPollPayload> reg_poll_payload() argument