pub struct SubSegmentation {
pub sub_segment_num: u8,
pub sub_segments_expected: u8,
}Expand description
Sub-segmentation information.
Fields§
§sub_segment_num: u8Sub-segment number.
sub_segments_expected: u8Expected number of sub-segments.
Trait Implementations§
Source§impl Clone for SubSegmentation
impl Clone for SubSegmentation
Source§fn clone(&self) -> SubSegmentation
fn clone(&self) -> SubSegmentation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SubSegmentation
impl RefUnwindSafe for SubSegmentation
impl Send for SubSegmentation
impl Sync for SubSegmentation
impl Unpin for SubSegmentation
impl UnsafeUnpin for SubSegmentation
impl UnwindSafe for SubSegmentation
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