Type Definition wasmrs_frames::FrameFlags
source · 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.