Struct rust_cuda::host::HostAndDeviceMutRef
source · pub struct HostAndDeviceMutRef<'a, T: PortableBitSemantics + TypeGraphLayout> { /* private fields */ }
Available on crate feature
host
only.Implementations§
source§impl<'a, T: PortableBitSemantics + TypeGraphLayout> HostAndDeviceMutRef<'a, T>
impl<'a, T: PortableBitSemantics + TypeGraphLayout> HostAndDeviceMutRef<'a, T>
sourcepub fn with_new<O, E: From<CudaError>, F: for<'b> FnOnce(HostAndDeviceMutRef<'b, T>) -> Result<O, E>>(
host_ref: &mut T,
inner: F,
) -> Result<O, E>
pub fn with_new<O, E: From<CudaError>, F: for<'b> FnOnce(HostAndDeviceMutRef<'b, T>) -> Result<O, E>>( host_ref: &mut T, inner: F, ) -> Result<O, E>
pub fn as_ref<'b>(&'b self) -> HostAndDeviceConstRef<'b, T>where
'a: 'b,
pub fn into_mut<'b>(self) -> HostAndDeviceMutRef<'b, T>where
'a: 'b,
pub fn into_async<'b, 'stream>(
self,
stream: Stream<'stream>,
) -> Async<'b, 'stream, HostAndDeviceMutRef<'b, T>, NoCompletion>where
'a: 'b,
Auto Trait Implementations§
impl<'a, T> Freeze for HostAndDeviceMutRef<'a, T>
impl<'a, T> !PortableBitSemantics for HostAndDeviceMutRef<'a, T>
impl<'a, T> RefUnwindSafe for HostAndDeviceMutRef<'a, T>where
T: RefUnwindSafe,
impl<'a, T> !Send for HostAndDeviceMutRef<'a, T>
impl<'a, T> !StackOnly for HostAndDeviceMutRef<'a, T>
impl<'a, T> !Sync for HostAndDeviceMutRef<'a, T>
impl<'a, T> Unpin for HostAndDeviceMutRef<'a, T>
impl<'a, T> !UnwindSafe for HostAndDeviceMutRef<'a, T>
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
source§impl<T> ExtractDiscriminant for T
impl<T> ExtractDiscriminant for T
§type Discriminant = <T as ExtractDiscriminantSpec<<T as DiscriminantKind>::Discriminant>>::Ty
type Discriminant = <T as ExtractDiscriminantSpec<<T as DiscriminantKind>::Discriminant>>::Ty
The type of the discriminant, which must satisfy the trait bounds
required by
core::mem::Discriminant
. Read more