#[repr(C)]pub struct alphaMemoryHash {
pub bucket: c_ulong,
pub owner: *mut patternNodeHeader,
pub alphaMemory: *mut PartialMatch,
pub endOfQueue: *mut PartialMatch,
pub nextHash: *mut alphaMemoryHash,
pub prevHash: *mut alphaMemoryHash,
pub next: *mut alphaMemoryHash,
pub prev: *mut alphaMemoryHash,
}Fields§
§bucket: c_ulong§owner: *mut patternNodeHeader§alphaMemory: *mut PartialMatch§endOfQueue: *mut PartialMatch§nextHash: *mut alphaMemoryHash§prevHash: *mut alphaMemoryHash§next: *mut alphaMemoryHash§prev: *mut alphaMemoryHashTrait Implementations§
Source§impl Clone for alphaMemoryHash
impl Clone for alphaMemoryHash
Source§fn clone(&self) -> alphaMemoryHash
fn clone(&self) -> alphaMemoryHash
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 alphaMemoryHash
impl Debug for alphaMemoryHash
Source§impl Default for alphaMemoryHash
impl Default for alphaMemoryHash
impl Copy for alphaMemoryHash
Auto Trait Implementations§
impl Freeze for alphaMemoryHash
impl RefUnwindSafe for alphaMemoryHash
impl !Send for alphaMemoryHash
impl !Sync for alphaMemoryHash
impl Unpin for alphaMemoryHash
impl UnwindSafe for alphaMemoryHash
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