pub enum SplitMode {
Udh,
Sar,
Payload,
}Expand description
Mode of message splitting.
Variants§
Udh
Use User Data Header (UDH) for concatenation
Sar
Use Segmentation and Reassembly (SAR) TLVs
Payload
Do not split, treat as single large payload
Trait Implementations§
impl Copy for SplitMode
impl StructuralPartialEq for SplitMode
Auto Trait Implementations§
impl Freeze for SplitMode
impl RefUnwindSafe for SplitMode
impl Send for SplitMode
impl Sync for SplitMode
impl Unpin for SplitMode
impl UnwindSafe for SplitMode
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