[][src]Struct penlib::posca::UniPosca1MC

pub struct UniPosca1MC<T: ColorPalette> {
    pub color: T,
}

Fields

color: T

Methods

impl<T: ColorPalette> UniPosca1MC<T>[src]

pub fn new(color: T) -> UniPosca1MC<T>[src]

Trait Implementations

impl<T: ColorPalette> Pen for UniPosca1MC<T>[src]

impl<T: Eq + ColorPalette> Eq for UniPosca1MC<T>[src]

impl<T: Clone + ColorPalette> Clone for UniPosca1MC<T>[src]

impl<T: PartialEq + ColorPalette> PartialEq<UniPosca1MC<T>> for UniPosca1MC<T>[src]

impl<T: Copy + ColorPalette> Copy for UniPosca1MC<T>[src]

impl<T: Hash + ColorPalette> Hash for UniPosca1MC<T>[src]

impl<T: Debug + ColorPalette> Debug for UniPosca1MC<T>[src]

Auto Trait Implementations

impl<T> Send for UniPosca1MC<T> where
    T: Send

impl<T> Unpin for UniPosca1MC<T> where
    T: Unpin

impl<T> Sync for UniPosca1MC<T> where
    T: Sync

impl<T> UnwindSafe for UniPosca1MC<T> where
    T: UnwindSafe

impl<T> RefUnwindSafe for UniPosca1MC<T> where
    T: RefUnwindSafe

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
    D: AdaptFrom<S, Swp, Dwp, T>,
    Dwp: WhitePoint,
    Swp: WhitePoint,
    T: Component + Float
[src]