Struct windows::Win32::Graphics::DirectWrite::DWRITE_PAINT_ELEMENT
#[repr(C)]pub struct DWRITE_PAINT_ELEMENT {
pub paintType: DWRITE_PAINT_TYPE,
pub paint: DWRITE_PAINT_ELEMENT_0,
}
Fields§
§paintType: DWRITE_PAINT_TYPE
§paint: DWRITE_PAINT_ELEMENT_0
Trait Implementations§
§impl Clone for DWRITE_PAINT_ELEMENT
impl Clone for DWRITE_PAINT_ELEMENT
§fn clone(&self) -> DWRITE_PAINT_ELEMENT
fn clone(&self) -> DWRITE_PAINT_ELEMENT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for DWRITE_PAINT_ELEMENT
impl Default for DWRITE_PAINT_ELEMENT
impl Copy for DWRITE_PAINT_ELEMENT
Auto Trait Implementations§
impl Freeze for DWRITE_PAINT_ELEMENT
impl RefUnwindSafe for DWRITE_PAINT_ELEMENT
impl Send for DWRITE_PAINT_ELEMENT
impl Sync for DWRITE_PAINT_ELEMENT
impl Unpin for DWRITE_PAINT_ELEMENT
impl UnwindSafe for DWRITE_PAINT_ELEMENT
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)