Struct necsim_impls_cuda::value_buffer::ValueRefMut
source · pub struct ValueRefMut<'v, T: StackOnly + PortableBitSemantics + TypeGraphLayout, const M2D: bool> { /* private fields */ }
Implementations§
source§impl<'v, T: StackOnly + PortableBitSemantics + TypeGraphLayout, const M2D: bool> ValueRefMut<'v, T, M2D>
impl<'v, T: StackOnly + PortableBitSemantics + TypeGraphLayout, const M2D: bool> ValueRefMut<'v, T, M2D>
Auto Trait Implementations§
impl<'v, T, const M2D: bool> Freeze for ValueRefMut<'v, T, M2D>
impl<'v, T, const M2D: bool> RefUnwindSafe for ValueRefMut<'v, T, M2D>where
T: RefUnwindSafe,
impl<'v, T, const M2D: bool> Send for ValueRefMut<'v, T, M2D>where
T: Send,
impl<'v, T, const M2D: bool> Sync for ValueRefMut<'v, T, M2D>where
T: Sync,
impl<'v, T, const M2D: bool> Unpin for ValueRefMut<'v, T, M2D>
impl<'v, T, const M2D: bool> !UnwindSafe for ValueRefMut<'v, T, M2D>
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
§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