Searched defs:RegStorePayload (Results 1 – 1 of 1) sorted by relevance
559 pub(crate) struct RegStorePayload(bindings::GSP_SEQ_BUF_PAYLOAD_REG_STORE); global() struct 561 impl RegStorePayload { global() implementation 575 unsafe impl FromBytes for RegStorePayload {} global() implementation 578 unsafe impl AsBytes for RegStorePayload {} global() implementation 661 reg_store_payload(&self) -> Result<RegStorePayload> reg_store_payload() argument