Struct bema::Slide[][src]

pub struct Slide { /* fields omitted */ }

Implementations

impl Slide[src]

pub fn text(self, s: &str) -> Slide[src]

pub fn t(self, s: &str) -> Slide[src]

pub fn code(self, extension: &str, source: &str) -> Slide[src]

pub fn image(
    self,
    image: &'static [u8],
    extension: &str,
    width: Option<usize>
) -> Slide
[src]

Auto Trait Implementations

impl RefUnwindSafe for Slide

impl Send for Slide

impl Sync for Slide

impl Unpin for Slide

impl UnwindSafe for Slide

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> Pointable for T

type Init = T

The type for initializers.

impl<T> SetParameter for T

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<V, T> VZip<V> for T where
    V: MultiLane<T>,