Searched defs:HCIPacket (Results 1 – 4 of 4) sorted by relevance
29 pub struct HCIPacket { struct33 // @@protoc_insertion_point(field:netsim.packet.HCIPacket.packet) argument36 // @@protoc_insertion_point(special_field:netsim.packet.HCIPacket.special_fields) argument40 impl<'a> ::std::default::Default for &'a HCIPacket { argument46 impl HCIPacket { implementation72 impl ::protobuf::Message for HCIPacket { implementation150 impl ::protobuf::MessageFull for HCIPacket { implementation157 impl ::std::fmt::Display for HCIPacket { implementation163 impl ::protobuf::reflect::ProtobufValue for HCIPacket { implementation
99 pub fn hci_packet(&self) -> &super::hci_packet::HCIPacket { in hci_packet()118 pub fn set_hci_packet(&mut self, v: super::hci_packet::HCIPacket) { in set_hci_packet()123 pub fn mut_hci_packet(&mut self) -> &mut super::hci_packet::HCIPacket { in mut_hci_packet()135 pub fn take_hci_packet(&mut self) -> super::hci_packet::HCIPacket { in take_hci_packet()445 pub fn hci_packet(&self) -> &super::hci_packet::HCIPacket { in hci_packet()464 pub fn set_hci_packet(&mut self, v: super::hci_packet::HCIPacket) { in set_hci_packet()469 pub fn mut_hci_packet(&mut self) -> &mut super::hci_packet::HCIPacket { in mut_hci_packet()481 pub fn take_hci_packet(&mut self) -> super::hci_packet::HCIPacket { in take_hci_packet()
25 message HCIPacket { message