pub type KeepAliveFlags = FlagSet<KeepAliveFlag>;Expand description
Flags that can be sent via the KeepAliveMessage.
The flags can define the meaning of the additional_data field.
Aliased Typeยง
#[repr(C)]pub struct KeepAliveFlags(/* private fields */);