Type Alias Picture
pub type Picture = u32;
Trait Implementations§
Source§impl<C: RequestConnection> From<&PictureWrapper<C>> for Picture
impl<C: RequestConnection> From<&PictureWrapper<C>> for Picture
Source§fn from(from: &PictureWrapper<C>) -> Self
fn from(from: &PictureWrapper<C>) -> Self
Converts to this type from the input type.