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