Struct pipe_chain::byte::ByteAtom
source · pub struct ByteAtom<'a>(/* private fields */);Expand description
splits &[u8] in bytes
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ByteAtom<'a>
impl<'a> Send for ByteAtom<'a>
impl<'a> Sync for ByteAtom<'a>
impl<'a> Unpin for ByteAtom<'a>
impl<'a> UnwindSafe for ByteAtom<'a>
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