pub struct RudaNativeRecordsLaunch<R: Runtime> {
pub address: <u64 as LaunchArg>::RuntimeArg<R>,
pub stride: <u64 as LaunchArg>::RuntimeArg<R>,
/* private fields */
}Fields§
§address: <u64 as LaunchArg>::RuntimeArg<R>§stride: <u64 as LaunchArg>::RuntimeArg<R>Implementations§
Source§impl<R: Runtime> RudaNativeRecordsLaunch<R>
impl<R: Runtime> RudaNativeRecordsLaunch<R>
Sourcepub fn new(
address: <u64 as LaunchArg>::RuntimeArg<R>,
stride: <u64 as LaunchArg>::RuntimeArg<R>,
) -> Self
pub fn new( address: <u64 as LaunchArg>::RuntimeArg<R>, stride: <u64 as LaunchArg>::RuntimeArg<R>, ) -> Self
New kernel
Auto Trait Implementations§
impl<R> Freeze for RudaNativeRecordsLaunch<R>
impl<R> RefUnwindSafe for RudaNativeRecordsLaunch<R>
impl<R> Send for RudaNativeRecordsLaunch<R>
impl<R> Sync for RudaNativeRecordsLaunch<R>
impl<R> Unpin for RudaNativeRecordsLaunch<R>
impl<R> UnsafeUnpin for RudaNativeRecordsLaunch<R>
impl<R> UnwindSafe for RudaNativeRecordsLaunch<R>
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