#[repr(i8)]pub enum WindowBit {
Eight = 8,
Nine = 9,
Ten = 10,
Eleven = 11,
Twelve = 12,
Thirteen = 13,
Fourteen = 14,
Fifteen = 15,
}
Expand description
permessage-deflate window bit
Variants§
Trait Implementations§
Source§impl Ord for WindowBit
impl Ord for WindowBit
Source§impl PartialOrd for WindowBit
impl PartialOrd for WindowBit
impl Copy for WindowBit
impl Eq for WindowBit
impl StructuralPartialEq for WindowBit
Auto Trait Implementations§
impl Freeze for WindowBit
impl RefUnwindSafe for WindowBit
impl Send for WindowBit
impl Sync for WindowBit
impl Unpin for WindowBit
impl UnwindSafe for WindowBit
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