Struct windows_sys::Devices::PointOfService::SizeUInt32
[−]Expand description
Required features: "Devices_PointOfService"
Fields
Width: u32
Height: u32
Trait Implementations
impl Clone for SizeUInt32
impl Clone for SizeUInt32
impl Copy for SizeUInt32
Auto Trait Implementations
impl RefUnwindSafe for SizeUInt32
impl Send for SizeUInt32
impl Sync for SizeUInt32
impl Unpin for SizeUInt32
impl UnwindSafe for SizeUInt32
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