pub struct BlendFunc { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for BlendFunc
impl RefUnwindSafe for BlendFunc
impl Send for BlendFunc
impl Sync for BlendFunc
impl Unpin for BlendFunc
impl UnwindSafe for BlendFunc
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