#[repr(C)]pub struct patternEntity {
pub header: TypeHeader,
pub theInfo: *mut patternEntityRecord,
pub dependents: *mut c_void,
pub busyCount: c_uint,
pub timeTag: c_ulonglong,
}Fields§
§header: TypeHeader§theInfo: *mut patternEntityRecord§dependents: *mut c_void§busyCount: c_uint§timeTag: c_ulonglongTrait Implementations§
Source§impl Clone for patternEntity
impl Clone for patternEntity
Source§fn clone(&self) -> patternEntity
fn clone(&self) -> patternEntity
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 patternEntity
impl Debug for patternEntity
Source§impl Default for patternEntity
impl Default for patternEntity
impl Copy for patternEntity
Auto Trait Implementations§
impl Freeze for patternEntity
impl RefUnwindSafe for patternEntity
impl !Send for patternEntity
impl !Sync for patternEntity
impl Unpin for patternEntity
impl UnwindSafe for patternEntity
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