[][src]Struct lcms2::StageRef

pub struct StageRef(_);

A borrowed reference to a Stage.

Implementations

impl StageRef[src]

pub fn input_channels(&self) -> usize[src]

pub fn output_channels(&self) -> usize[src]

pub fn stage_type(&self) -> StageSignature[src]

Trait Implementations

impl AsMut<StageRef> for Stage[src]

impl AsRef<StageRef> for Stage[src]

impl Borrow<StageRef> for Stage[src]

impl BorrowMut<StageRef> for Stage[src]

impl Debug for StageRef[src]

impl ForeignTypeRef for StageRef[src]

type CType = Stage

The raw C type.

Auto Trait Implementations

impl !RefUnwindSafe for StageRef

impl !Send for StageRef

impl !Sync for StageRef

impl Unpin for StageRef

impl UnwindSafe for StageRef

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.