#[repr(C)]pub struct BP_PAINTPARAMS {
pub cbSize: u32,
pub dwFlags: BP_PAINTPARAMS_FLAGS,
pub prcExclude: *mut RECT,
pub pBlendFunction: *mut BLENDFUNCTION,
}Fields§
§cbSize: u32§dwFlags: BP_PAINTPARAMS_FLAGS§prcExclude: *mut RECT§pBlendFunction: *mut BLENDFUNCTIONTrait Implementations§
Source§impl Abi for BP_PAINTPARAMS
impl Abi for BP_PAINTPARAMS
Source§type Abi = BP_PAINTPARAMS
type Abi = BP_PAINTPARAMS
The abi representation of the implementing type. Read more
type DefaultType = BP_PAINTPARAMS
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for BP_PAINTPARAMS
impl Clone for BP_PAINTPARAMS
Source§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 moreSource§impl Debug for BP_PAINTPARAMS
impl Debug for BP_PAINTPARAMS
Source§impl Default for BP_PAINTPARAMS
impl Default for BP_PAINTPARAMS
Source§impl PartialEq for BP_PAINTPARAMS
impl PartialEq for BP_PAINTPARAMS
impl Copy for BP_PAINTPARAMS
impl Eq 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