#[repr(C)]pub struct FunctionHash {
pub fdPtr: *mut functionDefinition,
pub next: *mut FunctionHash,
}Fields§
§fdPtr: *mut functionDefinition§next: *mut FunctionHashTrait Implementations§
Source§impl Clone for FunctionHash
impl Clone for FunctionHash
Source§fn clone(&self) -> FunctionHash
fn clone(&self) -> FunctionHash
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 FunctionHash
impl Debug for FunctionHash
Source§impl Default for FunctionHash
impl Default for FunctionHash
impl Copy for FunctionHash
Auto Trait Implementations§
impl Freeze for FunctionHash
impl RefUnwindSafe for FunctionHash
impl !Send for FunctionHash
impl !Sync for FunctionHash
impl Unpin for FunctionHash
impl UnwindSafe for FunctionHash
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