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_Foundation"
Fields§
§ptPosition: POINT§ptSize: POINT§wStyle: u16§wPattern: u16Trait 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more