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