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