pub struct RudaReferenceExpand<T: RudaRecord> {
pub address: <u64 as RudaType>::ExpandType,
/* private fields */
}Fields§
§address: <u64 as RudaType>::ExpandTypeImplementations§
Source§impl<T: RudaRecord> RudaReferenceExpand<T>
impl<T: RudaRecord> RudaReferenceExpand<T>
pub fn __expand_clone_method(&self, _scope: &mut Scope) -> Self
Source§impl<T: RudaRecord> RudaReferenceExpand<T>
impl<T: RudaRecord> RudaReferenceExpand<T>
pub fn __expand_read_method( self, scope: &mut Scope, ) -> <T as RudaType>::ExpandType
pub fn __expand_write_method( self, scope: &mut Scope, value: <T as RudaType>::ExpandType, ) -> <() as RudaType>::ExpandType
pub fn __expand_new( scope: &mut Scope, address: <u64 as RudaType>::ExpandType, ) -> Self
pub fn __expand_read( scope: &mut Scope, this: Self, ) -> <T as RudaType>::ExpandType
pub fn __expand_write( scope: &mut Scope, this: Self, value: <T as RudaType>::ExpandType, ) -> <() as RudaType>::ExpandType
Trait Implementations§
Source§impl<T: RudaRecord> Assign for RudaReferenceExpand<T>
impl<T: RudaRecord> Assign for RudaReferenceExpand<T>
Source§impl<T: RudaRecord> Clone for RudaReferenceExpand<T>
impl<T: RudaRecord> Clone for RudaReferenceExpand<T>
Source§impl<T: RudaRecord> IntoMut for RudaReferenceExpand<T>
impl<T: RudaRecord> IntoMut for RudaReferenceExpand<T>
Source§impl<T: RudaRecord> RudaDebug for RudaReferenceExpand<T>
impl<T: RudaRecord> RudaDebug for RudaReferenceExpand<T>
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
Auto Trait Implementations§
impl<T> !Send for RudaReferenceExpand<T>
impl<T> !Sync for RudaReferenceExpand<T>
impl<T> Freeze for RudaReferenceExpand<T>where
PhantomData<T>: Freeze,
impl<T> RefUnwindSafe for RudaReferenceExpand<T>where
PhantomData<T>: RefUnwindSafe,
impl<T> Unpin for RudaReferenceExpand<T>where
PhantomData<T>: Unpin,
impl<T> UnsafeUnpin for RudaReferenceExpand<T>where
PhantomData<T>: UnsafeUnpin,
impl<T> UnwindSafe for RudaReferenceExpand<T>where
PhantomData<T>: UnwindSafe,
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