pub struct InputTransform {
pub size: (u16, u16),
pub offset: (u16, u16),
}
Expand description
Struct for size and offset of an input
Fields§
§size: (u16, u16)
§offset: (u16, u16)
Auto Trait Implementations§
impl Freeze for InputTransform
impl RefUnwindSafe for InputTransform
impl Send for InputTransform
impl Sync for InputTransform
impl Unpin for InputTransform
impl UnwindSafe for InputTransform
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