Struct zstud_sys::FSE_decode_t
source · #[repr(C)]pub struct FSE_decode_t {
pub newState: c_ushort,
pub symbol: c_uchar,
pub nbBits: c_uchar,
}Fields§
§newState: c_ushort§symbol: c_uchar§nbBits: c_ucharTrait Implementations§
source§impl Clone for FSE_decode_t
impl Clone for FSE_decode_t
source§fn clone(&self) -> FSE_decode_t
fn clone(&self) -> FSE_decode_t
Returns a copy 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 FSE_decode_t
impl Debug for FSE_decode_t
impl Copy for FSE_decode_t
Auto Trait Implementations§
impl RefUnwindSafe for FSE_decode_t
impl Send for FSE_decode_t
impl Sync for FSE_decode_t
impl Unpin for FSE_decode_t
impl UnwindSafe for FSE_decode_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