Enum orc_format::read::decode::UnsignedRleV2Run
source · [−]pub enum UnsignedRleV2Run {
Direct(UnsignedDirectRun),
Delta(UnsignedDeltaRun),
ShortRepeat(UnsignedShortRepeat),
}
Expand description
An enum describing one of the RLE v2 runs for unsigned integers
Variants
Direct(UnsignedDirectRun)
Direct
Delta(UnsignedDeltaRun)
Delta
ShortRepeat(UnsignedShortRepeat)
Short repeat
Implementations
Auto Trait Implementations
impl RefUnwindSafe for UnsignedRleV2Run
impl Send for UnsignedRleV2Run
impl Sync for UnsignedRleV2Run
impl Unpin for UnsignedRleV2Run
impl UnwindSafe for UnsignedRleV2Run
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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