#[repr(C)]pub struct betaMemory {
pub size: c_ulong,
pub count: c_ulong,
pub beta: *mut *mut partialMatch,
pub last: *mut *mut partialMatch,
}Fields§
§size: c_ulong§count: c_ulong§beta: *mut *mut partialMatch§last: *mut *mut partialMatchTrait Implementations§
Source§impl Clone for betaMemory
impl Clone for betaMemory
Source§fn clone(&self) -> betaMemory
fn clone(&self) -> betaMemory
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 betaMemory
impl Debug for betaMemory
Source§impl Default for betaMemory
impl Default for betaMemory
impl Copy for betaMemory
Auto Trait Implementations§
impl Freeze for betaMemory
impl RefUnwindSafe for betaMemory
impl !Send for betaMemory
impl !Sync for betaMemory
impl Unpin for betaMemory
impl UnwindSafe for betaMemory
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