Struct windows_sys::Win32::Storage::Xps::DRAWPATRECT
[−]#[repr(C)]pub struct DRAWPATRECT {
pub ptPosition: POINT,
pub ptSize: POINT,
pub wStyle: u16,
pub wPattern: u16,
}
Expand description
Required features: ‘Win32_Storage_Xps’, ‘Win32_Foundation’
Fields
ptPosition: POINT
ptSize: POINT
wStyle: u16
wPattern: u16
Trait Implementations
impl Clone for DRAWPATRECT
impl Clone for DRAWPATRECT
impl Copy for DRAWPATRECT
Auto Trait Implementations
impl RefUnwindSafe for DRAWPATRECT
impl Send for DRAWPATRECT
impl Sync for DRAWPATRECT
impl Unpin for DRAWPATRECT
impl UnwindSafe for DRAWPATRECT
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