pub struct ConnectionResponse { /* private fields */ }Implementations§
Source§impl ConnectionResponse
impl ConnectionResponse
pub fn get_communication_channel_id(&self) -> u8
pub fn get_data_endpoint(&self) -> HPAI
pub fn get_status(&self) -> u8
pub fn from_packet(packet_reader: &mut Cursor<&[u8]>) -> Result<Self, Whatever>
pub fn packet(&self) -> Vec<u8> ⓘ
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConnectionResponse
impl RefUnwindSafe for ConnectionResponse
impl Send for ConnectionResponse
impl Sync for ConnectionResponse
impl Unpin for ConnectionResponse
impl UnwindSafe for ConnectionResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more