Struct windows_sys::Win32::UI::Controls::BP_PAINTPARAMS
#[repr(C)]pub struct BP_PAINTPARAMS {
pub cbSize: u32,
pub dwFlags: BP_PAINTPARAMS_FLAGS,
pub prcExclude: *const RECT,
pub pBlendFunction: *const BLENDFUNCTION,
}
Fields§
§cbSize: u32
§dwFlags: BP_PAINTPARAMS_FLAGS
§prcExclude: *const RECT
§pBlendFunction: *const BLENDFUNCTION
Trait Implementations§
§impl Clone for BP_PAINTPARAMS
impl Clone for BP_PAINTPARAMS
§fn clone(&self) -> BP_PAINTPARAMS
fn clone(&self) -> BP_PAINTPARAMS
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 moreimpl Copy for BP_PAINTPARAMS
Auto Trait Implementations§
impl Freeze for BP_PAINTPARAMS
impl RefUnwindSafe for BP_PAINTPARAMS
impl !Send for BP_PAINTPARAMS
impl !Sync for BP_PAINTPARAMS
impl Unpin for BP_PAINTPARAMS
impl UnwindSafe for BP_PAINTPARAMS
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
)