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