pub enum PduFlags {
Server = 1,
SegmentedResponseAccepted = 2,
MoreFollows = 4,
SegmentedMessage = 8,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PduFlags
impl RefUnwindSafe for PduFlags
impl Send for PduFlags
impl Sync for PduFlags
impl Unpin for PduFlags
impl UnwindSafe for PduFlags
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