[][src]Trait pebble_sys::standard_c::memory::UpcastMutExt

pub trait UpcastMutExt<'a> {
    type Output;
    fn upcast_mut(self) -> Self::Output;
}

Associated Types

type Output

Loading content...

Required methods

fn upcast_mut(self) -> Self::Output

Loading content...

Implementations on Foreign Types

impl<'a, T> UpcastMutExt<'a> for Option<&'a mut T>[src]

type Output = Option<&'a mut void>

Loading content...

Implementors

impl<'a, T> UpcastMutExt<'a> for &'a mut T[src]

type Output = &'a mut void

Loading content...