Type Alias FrameFlags

Source
pub type FrameFlags = u16;
Expand description

The type that holds the bitmask for Frame flags.

Trait Implementations§

Source§

impl RSocketFlags for FrameFlags

Source§

fn flag_next(&self) -> bool

Check if the next flag is set.
Source§

fn flag_metadata(&self) -> bool

Check if the metadata flag is set.
Source§

fn flag_complete(&self) -> bool

Check if the complete flag is set.
Source§

fn flag_follows(&self) -> bool

Check if the follow flag is set.
Source§

fn flag_ignore(&self) -> bool

Check if the ignore flag is set.