pub struct RudaRecordSharedExpand<T: RudaRecord> { /* private fields */ }Implementations§
pub fn __expand_clone_method(&self, _scope: &mut Scope) -> Self
pub fn __expand_address_method( self, scope: &mut Scope, index: <usize as RudaType>::ExpandType, ) -> <u64 as RudaType>::ExpandType
pub fn __expand_new(scope: &mut Scope, length: usize) -> Self
pub fn __expand_address( scope: &mut Scope, this: Self, index: <usize as RudaType>::ExpandType, ) -> <u64 as RudaType>::ExpandType
Trait Implementations§
Source§fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
Set the debug name of this type’s expansion. Should do nothing for types that don’t appear
at runtime
fn __expand_read_method( self, scope: &mut Scope, index: <usize as RudaType>::ExpandType, ) -> <T as RudaType>::ExpandType
fn __expand_write_method( self, scope: &mut Scope, index: <usize as RudaType>::ExpandType, value: <T as RudaType>::ExpandType, ) -> <() as RudaType>::ExpandType
Auto Trait Implementations§
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