pub struct RiscDiv { /* private fields */ }
Expand description
Builder for the RiscDiv
operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RiscDiv
impl RefUnwindSafe for RiscDiv
impl Send for RiscDiv
impl Sync for RiscDiv
impl Unpin for RiscDiv
impl UnwindSafe for RiscDiv
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