pub struct RepLevelsAndBytes {
pub levels: Vec<u8>,
pub remaining_bytes: Vec<u8>,
}
Fields§
§levels: Vec<u8>
§remaining_bytes: Vec<u8>
Trait Implementations§
Source§impl Clone for RepLevelsAndBytes
impl Clone for RepLevelsAndBytes
Source§fn clone(&self) -> RepLevelsAndBytes
fn clone(&self) -> RepLevelsAndBytes
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 moreAuto Trait Implementations§
impl Freeze for RepLevelsAndBytes
impl RefUnwindSafe for RepLevelsAndBytes
impl Send for RepLevelsAndBytes
impl Sync for RepLevelsAndBytes
impl Unpin for RepLevelsAndBytes
impl UnwindSafe for RepLevelsAndBytes
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