Struct ExDrawSetTransform
pub struct ExDrawSetTransform<'a> { /* private fields */ }
Expand description
Default-param extender for CanvasItem::draw_set_transform_ex
.
Implementations§
§impl<'a> ExDrawSetTransform<'a>
impl<'a> ExDrawSetTransform<'a>
pub fn rotation(self, rotation: f32) -> ExDrawSetTransform<'a>
pub fn scale(self, scale: Vector2) -> ExDrawSetTransform<'a>
pub fn done(self)
Auto Trait Implementations§
impl<'a> Freeze for ExDrawSetTransform<'a>
impl<'a> RefUnwindSafe for ExDrawSetTransform<'a>
impl<'a> !Send for ExDrawSetTransform<'a>
impl<'a> !Sync for ExDrawSetTransform<'a>
impl<'a> Unpin for ExDrawSetTransform<'a>
impl<'a> !UnwindSafe for ExDrawSetTransform<'a>
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