pub struct RngFillUniformOp {
pub dst: GpuRef<f32>,
}Expand description
Uniform RNG fill op. Capture-safe in cuRAND when no host counter is consulted; the actor records an in-place uniform fill against the supplied buffer.
Fields§
§dst: GpuRef<f32>Auto Trait Implementations§
impl Freeze for RngFillUniformOp
impl !RefUnwindSafe for RngFillUniformOp
impl Send for RngFillUniformOp
impl Sync for RngFillUniformOp
impl Unpin for RngFillUniformOp
impl UnsafeUnpin for RngFillUniformOp
impl !UnwindSafe for RngFillUniformOp
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