[][src]Struct penlib::papermate::InkJoyGelPen

pub struct InkJoyGelPen<T: InkJoyGelPenSize> { /* fields omitted */ }

Methods

impl<T: InkJoyGelPenSize> InkJoyGelPen<T>[src]

pub fn new(color: InkJoyGelPenColor) -> Self[src]

Trait Implementations

impl<T: InkJoyGelPenSize> Pen for InkJoyGelPen<T>[src]

impl<T: Clone + InkJoyGelPenSize> Clone for InkJoyGelPen<T>[src]

impl<T: Copy + InkJoyGelPenSize> Copy for InkJoyGelPen<T>[src]

impl<T: Eq + InkJoyGelPenSize> Eq for InkJoyGelPen<T>[src]

impl<T: PartialEq + InkJoyGelPenSize> PartialEq<InkJoyGelPen<T>> for InkJoyGelPen<T>[src]

impl<T: Debug + InkJoyGelPenSize> Debug for InkJoyGelPen<T>[src]

impl<T: Hash + InkJoyGelPenSize> Hash for InkJoyGelPen<T>[src]

Auto Trait Implementations

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

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

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

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

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

Blanket Implementations

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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]