Struct windows_sys::Graphics::Imaging::BitmapBounds
[−]Expand description
Required features: ‘Graphics_Imaging’
Fields
X: u32
Y: u32
Width: u32
Height: u32
Trait Implementations
impl Clone for BitmapBounds
impl Clone for BitmapBounds
impl Copy for BitmapBounds
Auto Trait Implementations
impl RefUnwindSafe for BitmapBounds
impl Send for BitmapBounds
impl Sync for BitmapBounds
impl Unpin for BitmapBounds
impl UnwindSafe for BitmapBounds
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