[][src]Struct fltk::image::Image

pub struct Image { /* fields omitted */ }

Wrapper around Fl_Image, used to wrap other image types

Implementations

impl Image[src]

A conversion function for internal use

pub fn as_ptr(&self) -> *mut Fl_Image[src]

Returns the internal pointer of Image

pub unsafe fn from_raw(ptr: *mut Fl_Image) -> Self[src]

Initialize an Image base from a raw pointer

pub fn downcast_into<I: ImageExt>(self) -> I[src]

Transforms an Image base into another Image

Trait Implementations

impl Debug for Image[src]

impl<I: ImageExt> From<I> for Image[src]

A conversion function for internal use

Auto Trait Implementations

impl RefUnwindSafe for Image

impl !Send for Image

impl !Sync for Image

impl Unpin for Image

impl UnwindSafe for Image

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.