pub struct TpRange {
pub start: u32,
pub end: u32,
}Expand description
Describing the range of received data in an TP stream.
Fields§
§start: u32Offset of section
end: u32Offset + length of section
Implementations§
Trait Implementations§
Source§impl Ord for TpRange
impl Ord for TpRange
Source§impl PartialOrd for TpRange
impl PartialOrd for TpRange
impl Copy for TpRange
impl Eq for TpRange
impl StructuralPartialEq for TpRange
Auto Trait Implementations§
impl Freeze for TpRange
impl RefUnwindSafe for TpRange
impl Send for TpRange
impl Sync for TpRange
impl Unpin for TpRange
impl UnwindSafe for TpRange
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)