Struct windows_sys::Graphics::RectInt32
[−]Expand description
Required features: ‘Graphics’
Fields
X: i32
Y: i32
Width: i32
Height: i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RectInt32
impl Send for RectInt32
impl Sync for RectInt32
impl Unpin for RectInt32
impl UnwindSafe for RectInt32
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more