pub type SharedImageSurface = ImageSurface<Shared>;Expand description
Shared state of ImageSurface
Aliased Type§
pub struct SharedImageSurface {
surface: ImageSurface,
data_ptr: NonNull<u8>,
width: i32,
height: i32,
stride: isize,
surface_type: SurfaceType,
_state: PhantomData<Shared>,
}Fields§
§surface: ImageSurface§data_ptr: NonNull<u8>§width: i32§height: i32§stride: isize§surface_type: SurfaceType§_state: PhantomData<Shared>