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