pub struct RiscReshape { /* private fields */ }
Expand description
Builder for the RiscReshape
operation.
Implementations§
Source§impl RiscReshape
impl RiscReshape
Trait Implementations§
Source§impl Debug for RiscReshape
impl Debug for RiscReshape
Source§impl Default for RiscReshape
impl Default for RiscReshape
Source§fn default() -> RiscReshape
fn default() -> RiscReshape
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RiscReshape
impl RefUnwindSafe for RiscReshape
impl Send for RiscReshape
impl Sync for RiscReshape
impl Unpin for RiscReshape
impl UnwindSafe for RiscReshape
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