Searched refs:HwBccResponse (Results 1 – 1 of 1) sorted by relevance
148 struct HwBccResponse { struct157 impl Deserialize for HwBccResponse { argument219 fn recv_resp(session: &Handle, cmd: BccCmd, buf: &mut [u8]) -> Result<HwBccResponse, HwBccError> { in recv_resp() argument220 let response: HwBccResponse = session.recv(buf)?; in recv_resp()232 fn read_payload(resp: HwBccResponse, buf: &mut [u8]) -> Result<&[u8], HwBccError> { in read_payload() argument