#[repr(C)]pub struct MaaRect {
pub x: i32,
pub y: i32,
pub width: i32,
pub height: i32,
}
Available on crate feature
internal
only.Fields§
§x: i32
§y: i32
§width: i32
§height: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MaaRect
impl RefUnwindSafe for MaaRect
impl Send for MaaRect
impl Sync for MaaRect
impl Unpin for MaaRect
impl UnwindSafe for MaaRect
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