Struct clips_sys::betaMemory
source · #[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_ulongcount: c_ulongbeta: *mut *mut partialMatchlast: *mut *mut partialMatchTrait Implementations
sourceimpl Clone for betaMemory
impl Clone for betaMemory
sourcefn clone(&self) -> betaMemory
fn clone(&self) -> betaMemory
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for betaMemory
impl Debug for betaMemory
sourceimpl Default for betaMemory
impl Default for betaMemory
impl Copy for betaMemory
Auto Trait Implementations
impl RefUnwindSafe for betaMemory
impl !Send for betaMemory
impl !Sync for betaMemory
impl Unpin for betaMemory
impl UnwindSafe for betaMemory
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more