Struct windows_sys::Graphics::SizeInt32
[−]Expand description
Required features: ‘Graphics’
Fields
Width: i32
Height: i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SizeInt32
impl Send for SizeInt32
impl Sync for SizeInt32
impl Unpin for SizeInt32
impl UnwindSafe for SizeInt32
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