Enum lz4_sys::ContentChecksum [−][src]
#[repr(u32)]pub enum ContentChecksum { NoChecksum, ChecksumEnabled, }
Variants
NoChecksumChecksumEnabled
Trait Implementations
impl Clone for ContentChecksum[src]
impl Clone for ContentChecksumfn clone(&self) -> ContentChecksum[src]
fn clone(&self) -> ContentChecksumReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for ContentChecksum
impl Send for ContentChecksumimpl Sync for ContentChecksum
impl Sync for ContentChecksum