Struct BLENDFUNCTION
#[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: u8
Trait Implementations§
§impl Clone for BLENDFUNCTION
impl Clone for BLENDFUNCTION
§fn clone(&self) -> BLENDFUNCTION
fn clone(&self) -> BLENDFUNCTION
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 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