#[repr(C)]pub struct patternMatch {
pub next: *mut PatternMatch,
pub theMatch: *mut PartialMatch,
pub matchingPattern: *mut PatternNodeHeader,
}Fields§
§next: *mut PatternMatch§theMatch: *mut PartialMatch§matchingPattern: *mut PatternNodeHeaderTrait Implementations§
Source§impl Clone for patternMatch
impl Clone for patternMatch
Source§fn clone(&self) -> patternMatch
fn clone(&self) -> patternMatch
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 patternMatch
impl Debug for patternMatch
Source§impl Default for patternMatch
impl Default for patternMatch
impl Copy for patternMatch
Auto Trait Implementations§
impl Freeze for patternMatch
impl RefUnwindSafe for patternMatch
impl !Send for patternMatch
impl !Sync for patternMatch
impl Unpin for patternMatch
impl UnwindSafe for patternMatch
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