Struct zstd_sys::ZSTD_bounds [−][src]
#[repr(C)]pub struct ZSTD_bounds {
pub error: usize,
pub lowerBound: c_int,
pub upperBound: c_int,
}
Fields
error: usize
lowerBound: c_int
upperBound: c_int
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ZSTD_bounds
impl Send for ZSTD_bounds
impl Sync for ZSTD_bounds
impl Unpin for ZSTD_bounds
impl UnwindSafe for ZSTD_bounds
Blanket Implementations
Mutably borrows from an owned value. Read more