Struct capnp::message::SegmentArray  
source · pub struct SegmentArray<'a> { /* private fields */ }Expand description
An array of segments.
Implementations
sourceimpl<'a> SegmentArray<'a>
 
impl<'a> SegmentArray<'a>
pub fn new(segments: &'a [&'a [Word]]) -> SegmentArray<'a>
Trait Implementations
sourceimpl<'b> ReaderSegments for SegmentArray<'b>
 
impl<'b> ReaderSegments for SegmentArray<'b>
Auto Trait Implementations
impl<'a> RefUnwindSafe for SegmentArray<'a>
impl<'a> Send for SegmentArray<'a>
impl<'a> Sync for SegmentArray<'a>
impl<'a> Unpin for SegmentArray<'a>
impl<'a> UnwindSafe for SegmentArray<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more