pub struct AsepritePivot {
pub x_pivot: i32,
pub y_pivot: i32,
}
Expand description
A raw pivot inside a slice
Fields§
§x_pivot: i32
x position, relative to origin
y_pivot: i32
y position, relative to origin
Auto Trait Implementations§
impl Freeze for AsepritePivot
impl RefUnwindSafe for AsepritePivot
impl Send for AsepritePivot
impl Sync for AsepritePivot
impl Unpin for AsepritePivot
impl UnwindSafe for AsepritePivot
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