pub struct MappedCodedSegment<'s> {
pub bit_offset: u32,
pub status: u32,
pub buf: &'s [u8],
}Expand description
Helper to access a single segment of mapped coded buffer
Fields§
§bit_offset: u32§status: u32§buf: &'s [u8]Auto Trait Implementations§
impl<'s> Freeze for MappedCodedSegment<'s>
impl<'s> RefUnwindSafe for MappedCodedSegment<'s>
impl<'s> Send for MappedCodedSegment<'s>
impl<'s> Sync for MappedCodedSegment<'s>
impl<'s> Unpin for MappedCodedSegment<'s>
impl<'s> UnsafeUnpin for MappedCodedSegment<'s>
impl<'s> UnwindSafe for MappedCodedSegment<'s>
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