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