pub struct RudaNativeRecordsExpand {
pub address: <u64 as RudaType>::ExpandType,
pub stride: <u64 as RudaType>::ExpandType,
}Fields§
§address: <u64 as RudaType>::ExpandType§stride: <u64 as RudaType>::ExpandTypeImplementations§
Source§impl RudaNativeRecordsExpand
impl RudaNativeRecordsExpand
pub fn __expand_clone_method(&self, _scope: &mut Scope) -> Self
Trait Implementations§
Source§impl Clone for RudaNativeRecordsExpand
impl Clone for RudaNativeRecordsExpand
Source§impl IntoMut for RudaNativeRecordsExpand
impl IntoMut for RudaNativeRecordsExpand
Source§impl<T: RudaRecord> RudaAddressExpand<T> for RudaNativeRecordsExpand
impl<T: RudaRecord> RudaAddressExpand<T> for RudaNativeRecordsExpand
fn __expand_reference_method( self, scope: &mut Scope, index: <usize as RudaType>::ExpandType, ) -> <RudaReference<T> as RudaType>::ExpandType
Source§impl RudaDebug for RudaNativeRecordsExpand
impl RudaDebug for RudaNativeRecordsExpand
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
Source§impl<T: RudaRecord> RudaReadExpand<T> for RudaNativeRecordsExpand
impl<T: RudaRecord> RudaReadExpand<T> for RudaNativeRecordsExpand
fn __expand_read_method( self, scope: &mut Scope, index: <usize as RudaType>::ExpandType, ) -> <T as RudaType>::ExpandType
Source§impl<T: RudaRecord> RudaWriteExpand<T> for RudaNativeRecordsExpand
impl<T: RudaRecord> RudaWriteExpand<T> for RudaNativeRecordsExpand
fn __expand_write_method( self, scope: &mut Scope, index: <usize as RudaType>::ExpandType, value: <T as RudaType>::ExpandType, ) -> <() as RudaType>::ExpandType
Auto Trait Implementations§
impl !Send for RudaNativeRecordsExpand
impl !Sync for RudaNativeRecordsExpand
impl Freeze for RudaNativeRecordsExpand
impl RefUnwindSafe for RudaNativeRecordsExpand
impl Unpin for RudaNativeRecordsExpand
impl UnsafeUnpin for RudaNativeRecordsExpand
impl UnwindSafe for RudaNativeRecordsExpand
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