Struct color_quant::Quad
source · pub(crate) struct Quad<T> {
pub(crate) r: T,
pub(crate) g: T,
pub(crate) b: T,
pub(crate) a: T,
}
Fields§
§r: T
§g: T
§b: T
§a: T
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Quad<T>where
T: Freeze,
impl<T> RefUnwindSafe for Quad<T>where
T: RefUnwindSafe,
impl<T> Send for Quad<T>where
T: Send,
impl<T> Sync for Quad<T>where
T: Sync,
impl<T> Unpin for Quad<T>where
T: Unpin,
impl<T> UnwindSafe for Quad<T>where
T: UnwindSafe,
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