pub struct SerializedFunctionScope { /* private fields */ }Implementations§
Source§impl SerializedFunctionScope
impl SerializedFunctionScope
pub fn serialized_function_scope_usize(&mut self, old_queue_size: usize)
Source§impl SerializedFunctionScope
impl SerializedFunctionScope
pub fn serialized_function_scope_usize_type_function_function_type( &mut self, old_queue_size: usize, function: *mut TypeFunctionFunctionType, )
Trait Implementations§
Source§impl Clone for SerializedFunctionScope
impl Clone for SerializedFunctionScope
Source§fn clone(&self) -> SerializedFunctionScope
fn clone(&self) -> SerializedFunctionScope
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SerializedFunctionScope
impl Debug for SerializedFunctionScope
Auto Trait Implementations§
impl !Send for SerializedFunctionScope
impl !Sync for SerializedFunctionScope
impl Freeze for SerializedFunctionScope
impl RefUnwindSafe for SerializedFunctionScope
impl Unpin for SerializedFunctionScope
impl UnsafeUnpin for SerializedFunctionScope
impl UnwindSafe for SerializedFunctionScope
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