#[repr(C)]pub struct alphaMatch {
pub matchingItem: *mut PatternEntity,
pub markers: *mut MultifieldMarker,
pub next: *mut AlphaMatch,
pub bucket: c_ulong,
}Fields§
§matchingItem: *mut PatternEntity§markers: *mut MultifieldMarker§next: *mut AlphaMatch§bucket: c_ulongTrait Implementations§
Source§impl Clone for alphaMatch
impl Clone for alphaMatch
Source§fn clone(&self) -> alphaMatch
fn clone(&self) -> alphaMatch
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 alphaMatch
impl Debug for alphaMatch
Source§impl Default for alphaMatch
impl Default for alphaMatch
impl Copy for alphaMatch
Auto Trait Implementations§
impl Freeze for alphaMatch
impl RefUnwindSafe for alphaMatch
impl !Send for alphaMatch
impl !Sync for alphaMatch
impl Unpin for alphaMatch
impl UnwindSafe for alphaMatch
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