#[repr(u16)]pub enum GeneralExtraFlag {
FastpathOutputSupported = 1,
NoBitmapCompressionHdr = 1_024,
LongCredentialsSupported = 4,
AutoreconnectSupported = 8,
EncSaltedChecksum = 16,
}Variants§
FastpathOutputSupported = 1
NoBitmapCompressionHdr = 1_024
LongCredentialsSupported = 4
AutoreconnectSupported = 8
EncSaltedChecksum = 16
Auto Trait Implementations§
impl Freeze for GeneralExtraFlag
impl RefUnwindSafe for GeneralExtraFlag
impl Send for GeneralExtraFlag
impl Sync for GeneralExtraFlag
impl Unpin for GeneralExtraFlag
impl UnsafeUnpin for GeneralExtraFlag
impl UnwindSafe for GeneralExtraFlag
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