Searched defs:RegPollPayload (Results 1 – 1 of 1) sorted by relevance
460 pub(crate) struct RegPollPayload(bindings::GSP_SEQ_BUF_PAYLOAD_REG_POLL); global() struct 462 impl RegPollPayload { global() implementation 485 unsafe impl FromBytes for RegPollPayload {} global() implementation 488 unsafe impl AsBytes for RegPollPayload {} global() implementation 567 reg_poll_payload(&self) -> Result<RegPollPayload> reg_poll_payload() argument