pub struct CropAndResize { /* private fields */ }
Expand description
Builder for the CropAndResize
operation.
Implementations§
Source§impl CropAndResize
impl CropAndResize
Sourcepub fn extrapolation_value<ArgType: Into<f32>>(self, value: ArgType) -> Self
pub fn extrapolation_value<ArgType: Into<f32>>(self, value: ArgType) -> Self
Sets the extrapolation_value
attribute.
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for CropAndResize
impl Debug for CropAndResize
Source§impl Default for CropAndResize
impl Default for CropAndResize
Source§fn default() -> CropAndResize
fn default() -> CropAndResize
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CropAndResize
impl RefUnwindSafe for CropAndResize
impl Send for CropAndResize
impl Sync for CropAndResize
impl Unpin for CropAndResize
impl UnwindSafe for CropAndResize
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