pub struct DeviceRandomVarList { /* private fields */ }Expand description
Device-resident random-variable list for GPU smoothing.
Implementations§
Auto Trait Implementations§
impl Freeze for DeviceRandomVarList
impl RefUnwindSafe for DeviceRandomVarList
impl Send for DeviceRandomVarList
impl Sync for DeviceRandomVarList
impl Unpin for DeviceRandomVarList
impl UnsafeUnpin for DeviceRandomVarList
impl UnwindSafe for DeviceRandomVarList
Blanket Implementations§
impl<T> Allocation for T
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