Struct zstud_sys::FSE_CState_t
source · #[repr(C)]pub struct FSE_CState_t {
pub value: isize,
pub stateTable: *const c_void,
pub symbolTT: *const c_void,
pub stateLog: c_uint,
}Expand description
This API consists of small unitary functions, which highly benefit from being inlined. Hence their body are included in next section.
Fields§
§value: isize§stateTable: *const c_void§symbolTT: *const c_void§stateLog: c_uintTrait Implementations§
source§impl Clone for FSE_CState_t
impl Clone for FSE_CState_t
source§fn clone(&self) -> FSE_CState_t
fn clone(&self) -> FSE_CState_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_CState_t
impl Debug for FSE_CState_t
impl Copy for FSE_CState_t
Auto Trait Implementations§
impl RefUnwindSafe for FSE_CState_t
impl !Send for FSE_CState_t
impl !Sync for FSE_CState_t
impl Unpin for FSE_CState_t
impl UnwindSafe for FSE_CState_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