#[repr(C)]pub struct BLENDFUNCTION {
pub BlendOp: u8,
pub BlendFlags: u8,
pub SourceConstantAlpha: u8,
pub AlphaFormat: u8,
}Fields§
§BlendOp: u8§BlendFlags: u8§SourceConstantAlpha: u8§AlphaFormat: u8Trait Implementations§
Source§impl Abi for BLENDFUNCTION
impl Abi for BLENDFUNCTION
Source§type Abi = BLENDFUNCTION
type Abi = BLENDFUNCTION
The abi representation of the implementing type. Read more
type DefaultType = BLENDFUNCTION
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 BLENDFUNCTION
impl Clone for BLENDFUNCTION
Source§fn clone(&self) -> BLENDFUNCTION
fn clone(&self) -> BLENDFUNCTION
Returns a duplicate 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 BLENDFUNCTION
impl Debug for BLENDFUNCTION
Source§impl Default for BLENDFUNCTION
impl Default for BLENDFUNCTION
Source§impl PartialEq for BLENDFUNCTION
impl PartialEq for BLENDFUNCTION
impl Copy for BLENDFUNCTION
impl Eq for BLENDFUNCTION
Auto Trait Implementations§
impl Freeze for BLENDFUNCTION
impl RefUnwindSafe for BLENDFUNCTION
impl Send for BLENDFUNCTION
impl Sync for BLENDFUNCTION
impl Unpin for BLENDFUNCTION
impl UnwindSafe for BLENDFUNCTION
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