Struct puffin::harness::CLAIMER_CB  
source · #[repr(C)]pub struct CLAIMER_CB {
    pub context: *mut c_void,
    pub notify: Option<unsafe extern "C" fn(context: *mut c_void, claim: *mut Claim)>,
    pub destroy: Option<unsafe extern "C" fn(context: *mut c_void)>,
}Fields§
§context: *mut c_void§notify: Option<unsafe extern "C" fn(context: *mut c_void, claim: *mut Claim)>§destroy: Option<unsafe extern "C" fn(context: *mut c_void)>Trait Implementations§
source§impl Clone for CLAIMER_CB
 
impl Clone for CLAIMER_CB
source§fn clone(&self) -> CLAIMER_CB
 
fn clone(&self) -> CLAIMER_CB
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 CLAIMER_CB
 
impl Debug for CLAIMER_CB
source§impl Default for CLAIMER_CB
 
impl Default for CLAIMER_CB
source§impl PartialEq for CLAIMER_CB
 
impl PartialEq for CLAIMER_CB
impl Copy for CLAIMER_CB
impl Eq for CLAIMER_CB
impl StructuralPartialEq for CLAIMER_CB
Auto Trait Implementations§
impl Freeze for CLAIMER_CB
impl RefUnwindSafe for CLAIMER_CB
impl !Send for CLAIMER_CB
impl !Sync for CLAIMER_CB
impl Unpin for CLAIMER_CB
impl UnwindSafe for CLAIMER_CB
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.§impl<Tail, T> Prepend<T> for Tail
 
impl<Tail, T> Prepend<T> for Tail
§type PreprendResult = Tail
 
type PreprendResult = Tail
The Resulting [
TupleList], of an [Prepend::prepend()] call,
including the prepended entry.