#[repr(u32)]pub enum LitLocation {
ZSTD_split = 2,
ZSTD_in_dst = 1,
ZSTD_not_in_dst = 0,
}Variants§
Trait Implementations§
Source§impl Clone for LitLocation
impl Clone for LitLocation
Source§fn clone(&self) -> LitLocation
fn clone(&self) -> LitLocation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LitLocation
Source§impl Debug for LitLocation
impl Debug for LitLocation
impl Eq for LitLocation
Source§impl PartialEq for LitLocation
impl PartialEq for LitLocation
impl StructuralPartialEq for LitLocation
Auto Trait Implementations§
impl Freeze for LitLocation
impl RefUnwindSafe for LitLocation
impl Send for LitLocation
impl Sync for LitLocation
impl Unpin for LitLocation
impl UnsafeUnpin for LitLocation
impl UnwindSafe for LitLocation
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