pub struct SegmentLen;Expand description
Number of bytes in a segment. This is fixed.
Trait Implementations§
Source§impl Clone for SegmentLen
impl Clone for SegmentLen
Source§fn clone(&self) -> SegmentLen
fn clone(&self) -> SegmentLen
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SegmentLen
impl Debug for SegmentLen
Source§impl Default for SegmentLen
impl Default for SegmentLen
Source§fn default() -> SegmentLen
fn default() -> SegmentLen
Returns the “default value” for a type. Read more
Source§impl PartialEq for SegmentLen
impl PartialEq for SegmentLen
impl Copy for SegmentLen
impl Eq for SegmentLen
impl StructuralPartialEq for SegmentLen
Auto Trait Implementations§
impl Freeze for SegmentLen
impl RefUnwindSafe for SegmentLen
impl Send for SegmentLen
impl Sync for SegmentLen
impl Unpin for SegmentLen
impl UnwindSafe for SegmentLen
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