Struct windows_sys::UI::Input::Preview::Injection::InjectedInputRectangle
[−]#[repr(C)]pub struct InjectedInputRectangle {
pub Left: i32,
pub Top: i32,
pub Bottom: i32,
pub Right: i32,
}
Expand description
Required features: "UI_Input_Preview_Injection"
Fields
Left: i32
Top: i32
Bottom: i32
Right: i32
Trait Implementations
impl Clone for InjectedInputRectangle
impl Clone for InjectedInputRectangle
impl Copy for InjectedInputRectangle
Auto Trait Implementations
impl RefUnwindSafe for InjectedInputRectangle
impl Send for InjectedInputRectangle
impl Sync for InjectedInputRectangle
impl Unpin for InjectedInputRectangle
impl UnwindSafe for InjectedInputRectangle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more