Type Alias DisconnectPropertiesBuf
pub type DisconnectPropertiesBuf = PropertiesBuf<Disconnect>;Available on crate feature
alloc only.Expand description
PropertiesBuf constrained to DISCONNECT packet property IDs.
Aliased Type§
pub struct DisconnectPropertiesBuf {
_marker: PhantomData<Disconnect>,
bytes: Vec<u8>,
}Fields§
§_marker: PhantomData<Disconnect>§bytes: Vec<u8>