Struct ExDrawListBegin
pub struct ExDrawListBegin<'ex> { /* private fields */ }Expand description
Default-param extender for RenderingDevice::draw_list_begin_ex.
Implementations§
§impl<'ex> ExDrawListBegin<'ex>
impl<'ex> ExDrawListBegin<'ex>
pub fn draw_flags(self, draw_flags: DrawFlags) -> ExDrawListBegin<'ex>
pub fn clear_color_values( self, clear_color_values: &'ex PackedArray<Color>, ) -> ExDrawListBegin<'ex>
pub fn clear_depth_value(self, clear_depth_value: f32) -> ExDrawListBegin<'ex>
pub fn clear_stencil_value( self, clear_stencil_value: u32, ) -> ExDrawListBegin<'ex>
pub fn region(self, region: Rect2) -> ExDrawListBegin<'ex>
pub fn done(self) -> i64
Auto Trait Implementations§
impl<'ex> Freeze for ExDrawListBegin<'ex>
impl<'ex> RefUnwindSafe for ExDrawListBegin<'ex>
impl<'ex> !Send for ExDrawListBegin<'ex>
impl<'ex> !Sync for ExDrawListBegin<'ex>
impl<'ex> Unpin for ExDrawListBegin<'ex>
impl<'ex> !UnwindSafe for ExDrawListBegin<'ex>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more