pub struct BZSegments { /* private fields */ }
Expand description
BZSegments list struct
Implementations§
Source§impl BZSegments
impl BZSegments
Sourcepub fn AppendBZSeg(e: BZSegment, b: BZSegments) -> Self
pub fn AppendBZSeg(e: BZSegment, b: BZSegments) -> Self
Append a BZSegment to a list of BZSegments
§Parameters:
- e a new BZSegment
- b a BZSegments list struct
Returns the updated list.
pub fn len(&self) -> usize
Trait Implementations§
Source§impl Clone for BZSegments
impl Clone for BZSegments
Source§fn clone(&self) -> BZSegments
fn clone(&self) -> BZSegments
Returns a duplicate 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 BZSegments
impl Debug for BZSegments
Source§impl Display for BZSegments
impl Display for BZSegments
Source§impl Index<usize> for BZSegments
impl Index<usize> for BZSegments
Source§impl PartialEq for BZSegments
impl PartialEq for BZSegments
impl StructuralPartialEq for BZSegments
Auto Trait Implementations§
impl Freeze for BZSegments
impl RefUnwindSafe for BZSegments
impl Send for BZSegments
impl Sync for BZSegments
impl Unpin for BZSegments
impl UnwindSafe for BZSegments
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