#[repr(C)]pub struct joinInformation {
pub whichCE: c_ushort,
pub theJoin: *mut joinNode,
pub patternBegin: c_int,
pub patternEnd: c_int,
pub marked: c_int,
pub theMemory: *mut betaMemory,
pub nextJoin: *mut joinNode,
}Fields§
§whichCE: c_ushort§theJoin: *mut joinNode§patternBegin: c_int§patternEnd: c_int§marked: c_int§theMemory: *mut betaMemory§nextJoin: *mut joinNodeTrait Implementations§
Source§impl Clone for joinInformation
impl Clone for joinInformation
Source§fn clone(&self) -> joinInformation
fn clone(&self) -> joinInformation
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 joinInformation
impl Debug for joinInformation
Source§impl Default for joinInformation
impl Default for joinInformation
impl Copy for joinInformation
Auto Trait Implementations§
impl Freeze for joinInformation
impl RefUnwindSafe for joinInformation
impl !Send for joinInformation
impl !Sync for joinInformation
impl Unpin for joinInformation
impl UnwindSafe for joinInformation
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