Searched refs:GspMsgElement (Results 1 – 2 of 2) sorted by relevance
33 GspMsgElement,291 if size_of::<GspMsgElement>() + size > slice_1.len() + slice_2.len() { in allocate_command()296 let (header, slice_1) = GspMsgElement::from_bytes_mut_prefix(slice_1).ok_or(EIO)?; in allocate_command()405 header: &'a mut GspMsgElement,416 header: &'a GspMsgElement,505 let msg_element = GspMsgElement::init(self.seq, command_size, M::FUNCTION); in send_command()581 let (header, slice_1) = GspMsgElement::from_bytes_prefix(slice_1).ok_or(EIO)?; in wait_for_msg()
804 pub(crate) struct GspMsgElement { struct808 impl GspMsgElement { argument836 try_init!(GspMsgElement { in init()883 unsafe impl AsBytes for GspMsgElement {} implementation887 unsafe impl FromBytes for GspMsgElement {} implementation