Struct clips_sys::alphaMemoryHash
source · #[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_ulongowner: *mut patternNodeHeaderalphaMemory: *mut PartialMatchendOfQueue: *mut PartialMatchnextHash: *mut alphaMemoryHashprevHash: *mut alphaMemoryHashnext: *mut alphaMemoryHashprev: *mut alphaMemoryHashTrait Implementations
sourceimpl Clone for alphaMemoryHash
impl Clone for alphaMemoryHash
sourcefn clone(&self) -> alphaMemoryHash
fn clone(&self) -> alphaMemoryHash
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for alphaMemoryHash
impl Debug for alphaMemoryHash
sourceimpl Default for alphaMemoryHash
impl Default for alphaMemoryHash
impl Copy for alphaMemoryHash
Auto Trait Implementations
impl RefUnwindSafe for alphaMemoryHash
impl !Send for alphaMemoryHash
impl !Sync for alphaMemoryHash
impl Unpin for alphaMemoryHash
impl UnwindSafe for alphaMemoryHash
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more