Struct BLENDOBJ
#[repr(C)]pub struct BLENDOBJ {
pub BlendFunction: BLENDFUNCTION,
}
Fields§
§BlendFunction: BLENDFUNCTION
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BLENDOBJ
impl RefUnwindSafe for BLENDOBJ
impl Send for BLENDOBJ
impl Sync for BLENDOBJ
impl Unpin for BLENDOBJ
impl UnwindSafe for BLENDOBJ
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