Type Alias DisconnectProperties
pub type DisconnectProperties = Properties<Disconnect>;Expand description
Properties constrained to DISCONNECT packet property IDs.
Aliased Type§
#[repr(transparent)]pub struct DisconnectProperties {
_marker: PhantomData<Disconnect>,
bytes: [u8],
}Fields§
§_marker: PhantomData<Disconnect>§bytes: [u8]