pub struct PduFlags {
pub segmented: bool,
pub more_follows: bool,
pub segmented_response_accepted: bool,
}Expand description
PDU flags for segmentation control
Fields§
§segmented: boolSegmented message
more_follows: boolMore segments follow
segmented_response_accepted: boolSegmented response accepted
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 UnsafeUnpin 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