Struct wayrs_client::protocol::wl_touch::ShapeArgs
source · pub struct ShapeArgs {
pub id: i32,
pub major: Fixed,
pub minor: Fixed,
}Fields§
§id: i32the unique ID of this touch point
major: Fixedlength of the major axis in surface-local coordinates
minor: Fixedlength of the minor axis in surface-local coordinates
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ShapeArgs
impl Send for ShapeArgs
impl Sync for ShapeArgs
impl Unpin for ShapeArgs
impl UnwindSafe for ShapeArgs
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