pub struct Flags(pub u8);Expand description
Frame-Flags (8 Bits, Bedeutung pro Frame-Type).
Tuple Fields§
§0: u8Implementations§
Source§impl Flags
impl Flags
Sourcepub const END_STREAM: u8 = 0x1
pub const END_STREAM: u8 = 0x1
END_STREAM (DATA/HEADERS, Bit 0).
Sourcepub const END_HEADERS: u8 = 0x4
pub const END_HEADERS: u8 = 0x4
END_HEADERS (HEADERS/CONTINUATION/PUSH_PROMISE, Bit 2).
Trait Implementations§
impl Copy for Flags
impl Eq for Flags
impl StructuralPartialEq for Flags
Auto Trait Implementations§
impl Freeze for Flags
impl RefUnwindSafe for Flags
impl Send for Flags
impl Sync for Flags
impl Unpin for Flags
impl UnsafeUnpin for Flags
impl UnwindSafe for Flags
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more