pub type FrameFlags = u16;
Expand description
The type that holds the bitmask for Frame flags.
Trait Implementations§
Source§impl RSocketFlags for FrameFlags
impl RSocketFlags for FrameFlags
Source§fn flag_metadata(&self) -> bool
fn flag_metadata(&self) -> bool
Check if the metadata flag is set.
Source§fn flag_complete(&self) -> bool
fn flag_complete(&self) -> bool
Check if the complete flag is set.
Source§fn flag_follows(&self) -> bool
fn flag_follows(&self) -> bool
Check if the follow flag is set.
Source§fn flag_ignore(&self) -> bool
fn flag_ignore(&self) -> bool
Check if the ignore flag is set.