Struct ZSTD_bounds
#[repr(C)]
pub struct ZSTD_bounds { pub error: usize, pub lowerBound: c_int, pub upperBound: c_int }
Fields
error: usizelowerBound: c_intupperBound: c_int
Trait Implementations
impl Clone for ZSTD_bounds
fn clone(&self) -> ZSTD_bounds
impl Copy for ZSTD_bounds
impl Debug for ZSTD_bounds
fn fmt(&self, f: &mut Formatter<'_>) -> Result
Auto Trait Implementations
impl Freeze for ZSTD_bounds
impl RefUnwindSafe for ZSTD_bounds
impl Send for ZSTD_bounds
impl Sync for ZSTD_bounds
impl Unpin for ZSTD_bounds
impl UnsafeUnpin for ZSTD_bounds
impl UnwindSafe for ZSTD_bounds
Blanket Implementations
impl<T> Any for ZSTD_bounds
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for ZSTD_bounds
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for ZSTD_bounds
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for ZSTD_bounds
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for ZSTD_bounds
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for ZSTD_bounds
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for ZSTD_bounds
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for ZSTD_bounds
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>