[−][src]Struct sixtyfps_rendering_backend_gl::GLItemRenderer
Trait Implementations
impl ItemRenderer for GLItemRenderer
[src]
fn draw_rectangle(&mut self, pos: Point, rect: Pin<&Rectangle>)
[src]
fn draw_border_rectangle(&mut self, pos: Point, rect: Pin<&BorderRectangle>)
[src]
fn draw_image(&mut self, pos: Point, image: Pin<&Image>)
[src]
fn draw_clipped_image(&mut self, pos: Point, clipped_image: Pin<&ClippedImage>)
[src]
fn draw_text(&mut self, pos: Point, text: Pin<&Text>)
[src]
fn draw_text_input(&mut self, pos: Point, text_input: Pin<&TextInput>)
[src]
fn draw_path(&mut self, pos: Point, path: Pin<&Path>)
[src]
fn draw_box_shadow(&mut self, pos: Point, box_shadow: Pin<&BoxShadow>)
[src]
fn combine_clip(&mut self, pos: Point, clip: Pin<&Clip>)
[src]
fn save_state(&mut self)
[src]
fn restore_state(&mut self)
[src]
fn scale_factor(&self) -> f32
[src]
fn draw_cached_pixmap(
&mut self,
item_cache: &CachedRenderingData,
pos: Point,
update_fn: &dyn Fn(&mut dyn FnMut(u32, u32, &[u8]))
)
[src]
&mut self,
item_cache: &CachedRenderingData,
pos: Point,
update_fn: &dyn Fn(&mut dyn FnMut(u32, u32, &[u8]))
)
fn as_any(&mut self) -> &mut dyn Any
[src]
Auto Trait Implementations
impl !RefUnwindSafe for GLItemRenderer
[src]
impl !Send for GLItemRenderer
[src]
impl !Sync for GLItemRenderer
[src]
impl Unpin for GLItemRenderer
[src]
impl !UnwindSafe for GLItemRenderer
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,