struct StitchInfo {
width: i32,
height: i32,
wrap_x: i32,
wrap_y: i32,
}Fields§
§width: i32§height: i32§wrap_x: i32§wrap_y: i32Trait Implementations§
Source§impl Clone for StitchInfo
impl Clone for StitchInfo
Source§fn clone(&self) -> StitchInfo
fn clone(&self) -> StitchInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StitchInfo
Auto Trait Implementations§
impl Freeze for StitchInfo
impl RefUnwindSafe for StitchInfo
impl Send for StitchInfo
impl Sync for StitchInfo
impl Unpin for StitchInfo
impl UnwindSafe for StitchInfo
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