#[repr(C)]pub struct ZSTD_cpuid_t {
pub f1c: U32,
pub f1d: U32,
pub f7b: U32,
pub f7c: U32,
}Fields§
§f1c: U32§f1d: U32§f7b: U32§f7c: U32Trait Implementations§
Source§impl Clone for ZSTD_cpuid_t
impl Clone for ZSTD_cpuid_t
Source§fn clone(&self) -> ZSTD_cpuid_t
fn clone(&self) -> ZSTD_cpuid_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ZSTD_cpuid_t
impl Debug for ZSTD_cpuid_t
impl Copy for ZSTD_cpuid_t
Auto Trait Implementations§
impl Freeze for ZSTD_cpuid_t
impl RefUnwindSafe for ZSTD_cpuid_t
impl Send for ZSTD_cpuid_t
impl Sync for ZSTD_cpuid_t
impl Unpin for ZSTD_cpuid_t
impl UnwindSafe for ZSTD_cpuid_t
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