Struct sw_composite::blend::HardLight
source · pub struct HardLight;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HardLight
impl RefUnwindSafe for HardLight
impl Send for HardLight
impl Sync for HardLight
impl Unpin for HardLight
impl UnwindSafe for HardLight
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