pub struct MatrixRandomDistributionDescriptor { /* private fields */ }Implementations§
Trait Implementations§
impl Send for MatrixRandomDistributionDescriptor
impl Sync for MatrixRandomDistributionDescriptor
Auto Trait Implementations§
impl Freeze for MatrixRandomDistributionDescriptor
impl RefUnwindSafe for MatrixRandomDistributionDescriptor
impl Unpin for MatrixRandomDistributionDescriptor
impl UnsafeUnpin for MatrixRandomDistributionDescriptor
impl UnwindSafe for MatrixRandomDistributionDescriptor
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